/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/modules/packages/client-only-ecmascript/client.js
6 строк
182 B
Ben Newman
Pay attention to unibuild.arch when determining usesModules.
17 май 2016, 21:27
17 май 2016, 21:27
f6b7530
Код
Авторство
О чём код?
export { name as imported } from "./imported.js"; export const name = 'client-only-ecmascript'; export const ClientTypeof = { require: typeof require, exports: typeof exports };