@ngneat/elf
Advanced tools
Comparing version 1.3.0 to 1.3.1
import { PropsFactory } from './state'; | ||
import { Store } from './store'; | ||
export declare function createStore<S extends [PropsFactory<any, any>, ...PropsFactory<any, any>[]]>(storeConfig: StoreConfig, ...propsFactories: S): Store<{ | ||
export declare function createStore<S extends PropsFactory<any, any>[]>(storeConfig: StoreConfig, ...propsFactories: S): Store<{ | ||
name: string; | ||
@@ -5,0 +5,0 @@ state: (S[number]["props"] extends any ? (k: S[number]["props"]) => void : never) extends (k: infer I) => void ? I : never; |
{ | ||
"name": "@ngneat/elf", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A reactive state management for JS applications", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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
35277