Initial commit
This commit is contained in:
commit
1e63e008af
48 changed files with 12715 additions and 0 deletions
3
server/utils/isString.ts
Normal file
3
server/utils/isString.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function isString(value: unknown): value is string {
|
||||
return typeof value === "string";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue