UNPKG

choo-shortcache

Version:

choo nanocomponent cache shortcut

12 lines (9 loc) 281 B
var componentCache = undefined function componentCachePlugin (state, emitter) { componentCache = state.cache } function componentCacheGetter () { return componentCache.apply(this, arguments) } module.exports = componentCachePlugin module.exports.cache = componentCacheGetter