The <BinaryString>
type is used to narrow <string>
types to those containing only "0"
and "1"
characters.
You can use the BinaryData.isBinaryString
type assertion function to narrow down your <string>
types.
The <BinaryString>
type is used to narrow <string>
types to those containing only "0"
and "1"
characters.
You can use the BinaryData.isBinaryString
type assertion function to narrow down your <string>
types.