@jswork/next-global
v1.0.4
Published
Global property for next.
Downloads
329
Readme
next-global
Global property for next.
installation
npm install -S @jswork/next-globalusage
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.
