plainfp - v0.1.0
    Preparing search index...

    Type Alias UnBrand<B>

    UnBrand: B extends Brand<infer T, string> ? T : never

    Extract the underlying base type from a branded type.

    Type Parameters

    • B