UNPKG

friday-commons

Version:

A place where common things are put together for building friday.

7 lines (6 loc) 196 B
const { joiAccountSchema } = require('./validations/account') const { validateAsPieces } = require('./validations/validator') module.exports = { joiAccountSchema, validateAsPieces }