@hookstate/identifiable
Advanced tools
Comparing version 4.0.0-rc2 to 4.0.0-rc21
@@ -1,6 +0,6 @@ | ||
import { Extension } from '@hookstate/core'; | ||
import { ExtensionFactory } from '@hookstate/core'; | ||
export interface Identifiable { | ||
readonly identifier: string; | ||
} | ||
export declare function identifiable(identifier: string): () => Extension<Identifiable>; | ||
export declare function identifiable<S, E>(identifier: string): ExtensionFactory<S, E, Identifiable>; | ||
//# sourceMappingURL=identifiable.d.ts.map |
{ | ||
"name": "@hookstate/identifiable", | ||
"version": "4.0.0-rc2", | ||
"version": "4.0.0-rc21", | ||
"description": "Plugin for @hookstate/core to enable state labeling and identification by name.", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@hookstate/core": "^4.0.0-rc13" | ||
"@hookstate/core": "^4.0.0-rc21" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7625