mobx-state-tree-localstorage
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "mobx-state-tree-localstorage", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:isaachinman/mobx-state-tree-localstorage.git", |
@@ -11,4 +11,6 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export const persistInLocalStorage: ({ | ||
tree, | ||
}: MobxStateTreeLocalStorageConfig) => Instance<typeof tree> | ||
declare module 'mobx-state-tree-localstorage' { | ||
export const persistInLocalStorage: ({ | ||
tree, | ||
}: MobxStateTreeLocalStorageConfig) => Instance<typeof tree> | ||
} |
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
5370
57
6
89