@traversable/schema
    Preparing search index...

    Interface t_boolean

    interface t_boolean {
        _type: boolean;
        def: boolean;
        tag: "@traversable/schema/URI::boolean";
        (got: boolean | Unknown): got is boolean;
        (got: unknown): got is boolean;
    }
    Index

    Properties

    Properties

    _type: boolean
    def: boolean
    tag: "@traversable/schema/URI::boolean"