Const
Predefined value types that can be used to create the list of allowed types. E.g.
const allowed = { compact: KeyValueTypes.boolean, direction: KeyValueDef.oneof('up', 'down'), 'open-brace': KeyValueTypes.string };
ParseUtil.keyvalOptions(options, allowed, true);
Predefined value types that can be used to create the list of allowed types. E.g.
const allowed = { compact: KeyValueTypes.boolean, direction: KeyValueDef.oneof('up', 'down'), 'open-brace': KeyValueTypes.string };
ParseUtil.keyvalOptions(options, allowed, true);