Vinyl
    Preparing search index...

    Type Alias Typeof

    Typeof:
        | "bigint"
        | "boolean"
        | "function"
        | "number"
        | "object"
        | "string"
        | "symbol"
        | "undefined"

    Possible values typeof operator may return.