gnablib
Version:
A lean, zero dependency library to provide a useful base for your project.
15 lines (14 loc) • 730 B
TypeScript
export { AtMostError } from './AtMostError.js';
export { ContentError } from './ContentError.js';
export { GrievousError } from './GrievousError.js';
export { GTEError } from './GTEError.js';
export { InclusiveRangeError } from './InclusiveRangeError.js';
export { LengthError } from './LengthError.js';
export { LTError } from './LTError.js';
export { NegativeError } from './NegativeError.js';
export { NotEnoughSpaceError } from './NotEnoughSpaceError.js';
export { NotSupportedError } from './NotSupportedError.js';
export { ZeroError } from './ZeroError.js';
export { ParseProblem } from './probs/ParseProblem.js';
export { RangeProblem } from './probs/RangeProblem.js';
export { TypeProblem } from './probs/TypeProblem.js';