UNPKG

debug-logfmt

Version:
8 lines (4 loc) 196 B
'use strict' const NullProtoObj = require('null-prototype-object') const cache = new NullProtoObj() module.exports = ctx => namespace => cache[namespace] || (cache[namespace] = ctx(namespace))