jspurefix
Version:
pure node js fix engine
22 lines (21 loc) • 713 B
TypeScript
export declare abstract class Ascii {
static readonly Minus: number;
static readonly Equal: number;
static readonly ForwardSlash: number;
static readonly Plus: number;
static readonly Tab: number;
static readonly Colon: number;
static readonly Hyphen: number;
static readonly Pipe: number;
static readonly N: number;
static readonly Y: number;
static readonly Zero: number;
static readonly Nine: number;
static readonly Dot: number;
static readonly Eq: number;
static readonly Dq: number;
static readonly Space: number;
static readonly Cr: number;
static readonly Soh: number;
static firstChar(s: string): number;
}