UNPKG

@yarnpkg/pnpify

Version:
5 lines (4 loc) 200 B
/// <reference types="node" /> import { PortablePath } from '@yarnpkg/fslib'; export declare const dynamicRequire: NodeRequire; export declare function dynamicRequireNoCache(path: PortablePath): any;