4 lines
105 B
TypeScript
Raw Normal View History

2023-08-13 16:48:04 +03:00
import { URL } from 'url';
export default function createRequire (filename: string | URL): NodeRequire;