Module plugin/object-eval

The plugin that enables runtime optimization of ObjectShape. Object shapes would dynamically compile code fragments to increase runtime performance.

import * as d from 'doubter/core';
import 'doubter/plugin/object-eval';

d.object({ foo: d.string() }).plain();