UNPKG

epic-validator

Version:
10 lines (9 loc) 182 B
/** * Name: Epic Validator * Author: Saif Ali Khan * License: MIT * */ export * from "./lib/exceptions"; export * from "./lib/validation"; export * from "./lib/chain";