A function that takes anything in javascript and returns true if its argument contains binary data.
A function that takes anything in javascript and returns true if its argument contains binary data.
A benchmarking library that supports high-resolution timers & returns statistically significant results.
Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized
Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
Method that parses a JSON string and returns a JSON object
Returns an array of all enumerable symbol properties found directly upon a given object
A module that parses a string as regular expression and returns the parsed value.
Compares deprecations against a configuration object, and returns a compliant object and violations
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.