Merge two dictionaries together and return the result (a new dictionary)
var Dictionaries = require('machinepack-dictionaries');
// Merge two dictionaries together and return the result (a new dictionary)
Dictionaries.merge({
primary: {},
secondary: {},
}).execSync();
The dictionary whose keys will take precedence.
{}
The dictionary whose keys may be overridden by `primary`.
{}
An unexpected error occurred.
OK.