The plugin that enhances ObjectShape and RecordShape with additional methods.
import * as d from 'doubter/core';import 'doubter/plugin/object-essentials';d.object({ foo: d.string() }).plain();d.record(d.string()).plain(); Copy
import * as d from 'doubter/core';import 'doubter/plugin/object-essentials';d.object({ foo: d.string() }).plain();d.record(d.string()).plain();
The plugin that enhances ObjectShape and RecordShape with additional methods.