UNPKG

vue-moo

Version:

moo

10 lines (8 loc) 161 B
const space = {}; export default (name, target) => { if (typeof target !== 'undefined') { space[name] = target; } else { return space[name]; } };