UNPKG

@oozcitak/infra

Version:

An implementation of the Infra Living Standard

7 lines (6 loc) 147 B
/** * Determines if the given number is an ASCII byte. * * @param byte - a byte */ export declare function isASCIIByte(byte: number): boolean;