UNPKG

@fabrix/spool-cart

Version:

Spool - eCommerce Spool for Fabrix

6 lines (5 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const joi = require("joi"); const variant_1 = require("./variant"); exports.removeVariants = joi.array().items(variant_1.variant);