UNPKG

@orbit/core

Version:

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

6 lines (5 loc) 229 B
/** * Display a deprecation warning with the provided message if the * provided `test` evaluates to a falsy value (or is missing). */ export declare function deprecate(message: string, test?: boolean | (() => boolean)): void;