UNPKG

abolish

Version:

A javascript object validator.

8 lines (7 loc) 163 B
"use strict"; module.exports = { name: "any", validator: () => { throw new Error(`Abolish: [any] is deprecated, use [inArray] instead.`); } };