<aside> 🍏 많은 객체들을 정리정돈하는 도구
</aside>
/* 모듈이 들어있는 파일 */ module.exports = <모듈명>; /* 모듈을 사용하려는 파일 */ var <변수명> = require('모듈이 들어있는 파일명');
예시
Reference