@reactive-js/core
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@reactive-js/core", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"keywords": [ | ||
@@ -45,3 +45,3 @@ "asynchronous", | ||
}, | ||
"gitHead": "9d88535ad822a660cf0bdec11be2b0fb36a11d77" | ||
"gitHead": "e1eda87bf2cfe10e7195c35ef68fe6753cffb118" | ||
} |
@@ -30,3 +30,3 @@ import { Function1, Updater } from './functions.js'; | ||
}): void; | ||
goBack(this: WindowLocationURI): boolean; | ||
goBack(this: WindowLocationStreamLike): boolean; | ||
} | ||
@@ -33,0 +33,0 @@ interface WindowLocationStreamableLike extends StreamableLike<Updater<WindowLocationURI> | WindowLocationURI, WindowLocationURI, WindowLocationStreamLike> { |
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
497673