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.

4 lines (3 loc) 116 B
import importSync from './import'; export default importSync; export type { Options, ESMOptions } from './options';