UNPKG

@type-r/models

Version:

The serializable type system for JS and TypeScript

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