nemo-observable-util
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "nemo-observable-util", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Simple transparent reactivity with 100% language coverage. Made with ES6 Proxies.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs.es5.js", |
@@ -44,3 +44,3 @@ declare module 'nemo-observable-util' { | ||
function action<F extends Function>(fn: F): F; | ||
function action( | ||
function action<T>( | ||
target: Object, | ||
@@ -47,0 +47,0 @@ propertyKey: string | symbol, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107178