[READ-ONLY] Mirror of https://github.com/danielroe/native-esm.
0

Configure Feed

Select the types of activity you want to include in your feed.

native-esm / index-named.mjs
243 B 7 lines
1import { esm } from 'esm-named' 2import { cjs } from 'cjs-named' 3import { jsCjs } from 'js-cjs-named' 4import { esmModule } from 'esm-module-named' 5// import { jsEsm } from 'js-esm-named' 6 7console.log({ esm, cjs, jsCjs, esmModule, /* jsEsm */ })