@traversable/schema
    Preparing search index...

    Type Alias StringifiedNatural<T>

    StringifiedNatural: [T] extends [typeof NON_NATURAL_CONSTRUCTIONS]
        ? never
        : [T] extends [typeof STRING_NUMERIC] ? typeof STRING_NUMERIC : never

    Type Parameters

    • T