/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/modules/imports/shared.js
3 строки
142 B
Ben Newman
Commit an app that tests many aspects of the module system.
11 янв 2016, 23:31
11 янв 2016, 23:31
988b8b3
Код
Авторство
О чём код?
// This module exists so that other modules can modify this shared object // to communicate during tests. export default Object.create(null);