[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.mjs
193 B 7 lines
1import esm from 'esm' 2import cjs from 'cjs' 3import jsCjs from 'js-cjs' 4import esmModule from 'esm-module' 5// import jsEsm from 'js-esm' 6 7console.log({ esm, cjs, jsCjs, esmModule, /* jsEsm */ })