5 lines
190 B
TypeScript
5 lines
190 B
TypeScript
/**
|
|
* Throws an error with the provided message if the provided value does not evaluate to a true Javascript value.
|
|
*/
|
|
export declare function ok(value?: any, message?: string): void;
|