mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
7 lines
No EOL
241 B
TypeScript
7 lines
No EOL
241 B
TypeScript
/**
|
|
* Replacement for console.assert, throws an error if condition is not met.
|
|
* @param condition 'truthy' condition
|
|
* @param error
|
|
*/
|
|
export declare function assert(condition: any, error?: string): void;
|
|
//# sourceMappingURL=assert.d.ts.map
|