Add v1.0
This commit is contained in:
parent
6a5f642fb4
commit
48dffc112a
21 changed files with 1327 additions and 0 deletions
4
src/utils.ts
Normal file
4
src/utils.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export function formatMessage(message: string, meta: any): string {
|
||||
return message
|
||||
.replace(/\$\(user\)/, meta.user);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue