@jswork/next-global
v1.0.3
Published
Global property for next.
Downloads
386
Readme
next-global
Global property for next.
installation
npm install -S @jswork/next-global
usage
import '@jswork/next-global';
nx.global(null);
nx.$global = { abc: 123 };
nx.$global = { 'c.d.e': 'test-str' };
license
Code released under the MIT license.