UNPKG

csf

Version:

Generator based flow control with context providing

14 lines (13 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getContext; /* * Get current context * @derecated */ function getContext() { throw new Error("Deprecated"); } module.exports = exports["default"];