blob: 53a04fac41c7a935d2e9eed1f3a5e7c406b1a4ce [file] [log] [blame]
"use strict";
const validateObjectWithStringArrayProps = require("./validateObjectWithStringArrayProps");
module.exports = value => validateObjectWithStringArrayProps(value, true);