added project structure
This commit is contained in:
7
backend/node_modules/ts-node/dist/child/child-require.d.ts
generated
vendored
Normal file
7
backend/node_modules/ts-node/dist/child/child-require.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
interface EventEmitterInternals {
|
||||
_events: Record<string, Function | Array<Function>>;
|
||||
}
|
||||
declare const _process: EventEmitterInternals;
|
||||
declare let originalOnWarning: Function | undefined;
|
||||
declare const messageMatch: RegExp;
|
||||
declare function onWarning(this: any, warning: Error, ...rest: any[]): any;
|
Reference in New Issue
Block a user