This commit is contained in:
2020-12-25 12:26:47 +03:00
commit 569e90b529
45 changed files with 18723 additions and 0 deletions

1
src/common/comon.d.ts vendored Normal file
View File

@ -0,0 +1 @@
type Undefinable<T> = T | undefined;