UNPKG

@orbit/core

Version:

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

5 lines (4 loc) 137 B
/** * Throw an exception if `test` is not truthy. */ export declare function assert(description: string, test: boolean): void | never;