feat: init base module

This commit is contained in:
xion
2024-06-22 23:47:43 +08:00
commit 35f1182aec
18 changed files with 13328 additions and 0 deletions

16
typings.d.ts vendored Normal file
View File

@@ -0,0 +1,16 @@
type SimpleObject = {
[key: string | number]: any;
};
declare module 'koa2-cors';
declare module 'cors-anywhere';
// mockjs http://mockjs.com/
declare module 'mockjs';
// type CTX: ParameterizedContext<any, DefaultContext & Router.IRouterParamContext<any, DefaultContext>>
// declare module 'jsonwebtoken';
// declare var global: NodeJS.Global & typeof globalThis;