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