UNPKG

assurance

Version:

Node validation/sanitization library with a handsome API

9 lines (7 loc) 196 B
// if we run in the browser, load some shims // if not, supress the error and move on try { require('object.keys-shim') Array.isArray = Array.isArray || require('isarray') } catch (ex) { }