UNPKG

import-sync

Version:

Synchronously import dynamic ECMAScript Modules similar to CommonJS require. Basic wrapper around esm for compatibility with both ESM and CJS projects in NodeJS.

5 lines 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VALID_FILE_EXTENSIONS = void 0; exports.VALID_FILE_EXTENSIONS = Object.freeze(['.js', '.mjs', '.cjs', '.ts']); //# sourceMappingURL=config.js.map