glitchkit
Version:
A lightweight toolkit to create and manage expressive, structured, and reusable error types. Perfect for APIs, services, and glitchy adventures
15 lines (14 loc) • 1.48 kB
TypeScript
export { default as GlitchKitArrayAttributeValidationError } from './GlitchKitArrayAttributeValidationError';
export { default as GlitchKitBooleanAttributeValidationError } from './GlitchKitBooleanAttributeValidationError';
export { default as GlitchKitDateAttributeValidationError } from './GlitchKitDateAttributeValidationError';
export { default as GlitchKitNumericAttributeValidationError } from './GlitchKitNumericAttributeValidationError';
export { default as GlitchKitObjectAttributeValidationError } from './GlitchKitObjectAttributeValidationError';
export { default as GlitchKitSchemaValidationError } from './GlitchKitSchemaValidationError';
export { default as GlitchKitStringAttributeValidationError } from './GlitchKitStringAttributeValidationError';
export { default as GkArrayAttributeValidationError } from './GlitchKitArrayAttributeValidationError';
export { default as GkBooleanAttributeValidationError } from './GlitchKitBooleanAttributeValidationError';
export { default as GkDateAttributeValidationError } from './GlitchKitDateAttributeValidationError';
export { default as GkNumericAttributeValidationError } from './GlitchKitNumericAttributeValidationError';
export { default as GkObjectAttributeValidationError } from './GlitchKitObjectAttributeValidationError';
export { default as GkSchemaValidationError } from './GlitchKitSchemaValidationError';
export { default as GkStringAttributeValidationError } from './GlitchKitStringAttributeValidationError';