@traversable/schema
    Preparing search index...

    Interface Lazy<S>

    interface Lazy<S = unknown> {
        type: "lazy";
        getter(): S;
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Methods

    Properties

    type: "lazy"

    Methods

    • Returns S