acebase/dist/types/assert.d.ts
Ewout Stortenbeker 2b0fca3aea chore: build
2022-12-05 17:06:39 +01:00

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