/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
packages/deprecated/context/context.js
9 строк
219 B
Gabriel Grubba
depracation of context
14 сен 2023, 20:46
14 сен 2023, 20:46
2af20a3
Код
Авторство
О чём код?
const context = require("@wry/context"); Object.assign(exports, { Slot: context.Slot, bind: context.bind, noContext: context.noContext, setTimeout: context.setTimeout, asyncFromGen: context.asyncFromGen, });