zhangkun9038@dingtalk.com 41fa1390ae first add
2025-01-30 23:47:14 +08:00

4 lines
105 B
TypeScript

import { URL } from 'url';
export default function createRequire (filename: string | URL): NodeRequire;