1
0
Fork 0
freesewing/sites/dev/jargon.mjs
2023-01-29 17:36:15 +01:00

4 lines
283 B
JavaScript

export const jargon = {
cjs: '<b>CJS</b> stands for CommonJS, it is the JavaScript module format popularized by NodeJS, but now increasingly phased out in favor of <b>ESM</b>',
esm: '<b>ESM</b> stands for EcmaScript Module, it is the standardized module syntax in JavaScript',
}