mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
10 lines
219 B
JavaScript
10 lines
219 B
JavaScript
const context = require("@wry/context");
|
|
|
|
Object.assign(exports, {
|
|
Slot: context.Slot,
|
|
bind: context.bind,
|
|
noContext: context.noContext,
|
|
setTimeout: context.setTimeout,
|
|
asyncFromGen: context.asyncFromGen,
|
|
});
|