UNPKG

lbundle

Version:

Small zero-configuration bundler build on top of Rollup.js and SWC for NPM libraries

15 lines (13 loc) 202 B
const jsExtensions = [ '.mjs', '.cjs', '.js', '.mtsx', '.ctsx', '.tsx', '.mts', '.cts', '.ts' ]; export { jsExtensions }; //# sourceMappingURL=js-extensions.mjs.map