Construct a dictionary using the specified keys and values.
var Dictionaries = require('machinepack-dictionaries');
// Construct a dictionary using the specified keys and values.
Dictionaries.construct({
dictionary: {},
}).execSync();
The dictionary to construct.
{}
An unexpected error occurred.
OK.