| Current Path : /proc/thread-self/root/home/deltalab/PMS/logistic-backend/node_modules/ts-node/dist/ |
| Current File : //proc/thread-self/root/home/deltalab/PMS/logistic-backend/node_modules/ts-node/dist/util.d.ts |
/** * Cached fs operation wrapper. */ export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;