@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
8 lines • 414 B
TypeScript
export declare const ArrayIndexOutOfBoundsExceptionTypeId: unique symbol;
export declare type ArrayIndexOutOfBoundsExceptionTypeId = typeof ArrayIndexOutOfBoundsExceptionTypeId;
export declare class ArrayIndexOutOfBoundsException {
readonly index: number;
readonly _typeId: ArrayIndexOutOfBoundsExceptionTypeId;
constructor(index: number);
}
//# sourceMappingURL=ArrayIndexOutOfBoundsException.d.ts.map