1.0.3 • Published 12 months ago

@jswork/next-global v1.0.3

Weekly downloads
51
License
MIT
Repository
-
Last release
12 months ago

next-global

Global property for next.

version license size download

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.