UNPKG

@loaders.gl/loader-utils

Version:

Framework-independent loaders for 3D graphics formats

6 lines 263 B
/** * Throws an `Error` with the optional `message` if `condition` is falsy * @note Replacement for the external assert method to reduce bundle size */ export declare function assert(condition: any, message?: string): void; //# sourceMappingURL=assert.d.ts.map