UNPKG

type-r2

Version:

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

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