UNPKG

type-r

Version:

Serializable, validated, and observable data layer for modern JS applications

7 lines (6 loc) 159 B
import { Record } from '../record'; export declare class Store extends Record { getStore(): Store; get(name: string): any; static global: Store; }