UNPKG

@fabrix/spool-cart

Version:

Spool - eCommerce Spool for Fabrix

5 lines (4 loc) 175 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const joi = require("joi"); exports.destroy = joi.alternatives().try(joi.number(), joi.string());