jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
array-union
Create an array of unique values, in order, from the input arrays
which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.