/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/cases/parsing/harmony/node_modules/commonjs.js
5 строк
87 B
Tobias Koppers
allow to use "old" modules from harmony modules
31 окт 2015, 17:28
31 окт 2015, 17:28
03ecbd5
Код
Авторство
О чём код?
module.exports = function Thing() { return "thing"; } module.exports.Other = "other";