UNPKG

@true-directive/base

Version:

The set of base classes for the TrueDirective Grid

10 lines (9 loc) 290 B
export declare class MaskSectionValue { beforeChars: string; currentChar: string; afterChars: string; append(s: string): void; value(newChar?: string): string; readonly length: number; constructor(value: string, sectionPos: number, selStart: number); }