UNPKG

@cosmicmind/foundationjs

Version:

A comprehensive TypeScript library offering utilities and tools for efficient project development.

5 lines 227 B
import { FoundationError } from './error'; export declare class AssertError extends FoundationError { } export declare const assert: (statement: boolean, message: string) => boolean | never; //# sourceMappingURL=assert.d.ts.map