UNPKG

@orbit/core

Version:

Core library for Orbit - a flexible data access and synchronization layer.

9 lines (8 loc) 278 B
export interface OrbitGlobal { globals: any; assert: (description: string, test: boolean) => void | never; deprecate: (message: string, test?: boolean | (() => boolean)) => void; uuid: () => string; debug: boolean; } export declare const Orbit: OrbitGlobal;