UNPKG

optional-require

Version:

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

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