✨ ❕ ansi.ts
This commit is contained in:
@@ -73,3 +73,4 @@ export function isC0(byte: number): boolean {
|
|||||||
export function isEscFinal(byte: number): boolean {
|
export function isEscFinal(byte: number): boolean {
|
||||||
return byte >= 0x30 && byte <= 0x7e
|
return byte >= 0x30 && byte <= 0x7e
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user