UNPKG

web-worker-helper

Version:

Utilities for running tasks on worker threads

3 lines (2 loc) 149 B
/** Throws an `Error` with the optional `message` if `condition` is falsy */ export declare function assert(condition: any, message?: string): void;