UNPKG

mage-validator

Version:

Validation utility for MAGE user commands & topics (TypeScript)

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