CJS는 CommonJS
MJS는 ESM
CJS
오리지널 Node.js의 모듈 시스템’
require를 사용해서 import를하고, module.exports를 사용해서 export한다.