UNPKG

mage-validator

Version:

Validation utility for MAGE user commands & topics (TypeScript)

9 lines (8 loc) 217 B
import 'reflect-metadata'; /** * Export all loader, classes and decorators functions */ export { ValidationError } from './errors'; export * from './loader'; export * from './classes'; export * from './decorators';