UNPKG

optional-require

Version:

NodeJS Require that let you handle module not found error without try/catch

6 lines (4 loc) 153 B
export * from "./dist-cjs/cjs/index.d.js"; import { makeOptionalRequire } from "./dist-cjs/cjs/index.d.js"; // @ts-ignore export = makeOptionalRequire;