Create an array with values that are present in the first input array but not additional ones
The lodash method `_.difference` exported as a module.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Global identifiers from different JavaScript environments
Converts a source-map from/to different formats and allows adding/changing properties.