UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

9 lines 460 B
import "../../Operator/index.js"; export declare const InvalidCapacityErrorSymbol: unique symbol; export declare class InvalidCapacityError extends Error { readonly [InvalidCapacityErrorSymbol] = "InvalidCapacityError"; constructor(message?: string); } export declare function ensureCapacity(capacity: number): asserts capacity; export declare function isInvalidCapacityError(u: unknown): u is InvalidCapacityError; //# sourceMappingURL=errors.d.ts.map