react-svelte-stores
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -82,3 +82,2 @@ "use strict"; | ||
}; | ||
const sto = exports.persisted("hi", "sto"); | ||
/** Get current value of a store without subscribing to it */ | ||
@@ -85,0 +84,0 @@ exports.get = (store) => { |
{ | ||
"name": "react-svelte-stores", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -109,4 +109,2 @@ import { IWritableStore, IReadableStore, IStore } from "./types"; | ||
const sto = persisted("hi", "sto"); | ||
/** Get current value of a store without subscribing to it */ | ||
@@ -113,0 +111,0 @@ export const get = <T>(store: IStore<T>): T => { |
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
25490
488