RegExpOrString type
Home > @cbnsndwch/zero-contracts > RegExpOrString
RegExpOrString type
Signature:
type RegExpOrString<T> = T extends string ? RegExp | T : T;How was this page?
Home > @cbnsndwch/zero-contracts > RegExpOrString
Signature:
type RegExpOrString<T> = T extends string ? RegExp | T : T;How was this page?