Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/ts-node/dist/child/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/ts-node/dist/child/child-require.d.ts

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;