/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/harmony-interop/fs.js
7 строк
257 B
Josh Soref
spelling: equivalent
26 фев 2018, 05:28
26 фев 2018, 05:28
89932f0
Код
Авторство
О чём код?
// an example CommonJs module // content is omitted for brevity exports.readFile = function() {}; // using module.exports would be equivalent, // webpack doesn't care which syntax is used // AMD modules are also possible and equivalent to CommonJs modules