UNPKG

@renewx/core

Version:

Lightweight state management library with validation support

5 lines (4 loc) 297 B
import type { AnyStore } from "./types/any-store"; import type { JoinStore } from "./types/join"; import type { Config } from "./types/config"; export declare const join: <Stores extends Record<string, AnyStore>>(stores: Stores, storeName?: string, config?: Partial<Config>) => JoinStore<Stores>;