UNPKG

105 BTypeScriptView Raw
1import { URL } from 'url';
2
3export default function createRequire (filename: string | URL): NodeRequire;