UNPKG

200 BTypeScriptView Raw
1/// <reference types="node" />
2import { PortablePath } from '@yarnpkg/fslib';
3export declare const dynamicRequire: NodeRequire;
4export declare function dynamicRequireNoCache(path: PortablePath): any;