@traversable/schema
    Preparing search index...

    Type Alias Scalar

    Scalar: undefined | null | boolean | number | string

    a.k.a "leaves" or "terminal nodes"

    Note: strictly speaking, undefined is not a valid JSON value. It's included here because in practice JSON.stringify(undefined) returns undefined instead of the empty string.