Doubter - v5.1.1-next.e4e15ab
    Preparing search index...

    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();