UNPKG

@difizen/mana-common

Version:

5 lines 226 B
/** * Throws an error with the provided message if the provided value does not evaluate to a true Javascript value. */ export declare function ok(value?: unknown, message?: string): void; //# sourceMappingURL=assert.d.ts.map