UNPKG

ngx-airbrush

Version:

Angular client for jsonapi/Graphiti backends

17 lines (16 loc) 425 B
interface ResourcesDict { [key: string]: any; } export declare class TypesStore { private static instance; private _types; private constructor(); static getInstance(): TypesStore; static add(key: string, obj: any): void; static find(key: string): any; static all(): ResourcesDict; add(key: string, obj: any): void; find(key: string): any; readonly all: ResourcesDict; } export {};