Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 285 Bytes

BinaryString.md

File metadata and controls

5 lines (3 loc) · 285 Bytes

<BinaryString>

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.