UNPKG

@loaders.gl/worker-utils

Version:

Utilities for running tasks on worker threads

3 lines 185 B
/** Throws an `Error` with the optional `message` if `condition` is falsy */ export declare function assert(condition: any, message?: string): void; //# sourceMappingURL=assert.d.ts.map