export & export default
export function Func () { } import { Func } from 'func' export default function Func () { } import Func from 'func'
expressjs (快速入門法)
Node.js中exports与module.exports的区别
就算遇到ES6和Node中module的坑,也要承认世界将是JavaScript的
child_process