@drewsonne/maya-calculator-parser
Version:
Typescript package to parse plaintext calculations and create operators
13 lines • 558 B
TypeScript
export default class Layer0Test {
static isLetter(raw: string): boolean;
static isCommentLetter(raw: string): boolean;
static isNumber(cell: string): boolean;
static regexTest(cell: string, pattern: RegExp): boolean;
static isPeriod(cell: string): boolean;
static isCarriageReturn(cell: string): boolean;
static isSpace(cell: string): boolean;
static isWildcard(cell: string): boolean;
static isCommentStart(cell: string): boolean;
static isOperator(cell: string): boolean;
}
//# sourceMappingURL=layer-0-test.d.ts.map