UNPKG

projen

Version:

CDK for software projects

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;