@stdlib/utils-parse-json
Parse a string as JSON.
Parse a string as JSON.
Parse a string as Newline-Delimited JSON (NDJSON).
Merge and extend objects.
Return an array of an object's inherited writable symbol properties.
Invoke a function for each element in a collection and update the collection in-place.
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Open a URL.
Open a URL.
Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.
Add one or more elements to the end of a collection.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
Create a regular expression from a regular expression string.
Create a function that invokes a provided function according to a predicate function.
Detect native ArrayBuffer support.
Detect native ArrayBuffer support.
Detect native arrow function support.
Detect `Object.defineProperty` support.
Detect `Object.defineProperty` support.