jspurefix
Version:
pure node js fix engine
23 lines (22 loc) • 732 B
TypeScript
export declare abstract class AsciiChars {
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 Carat: 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;
}