/** * 半角数字 * * [0-9] * */ export declare const DIGIT_CHARS = "0-9"; //# sourceMappingURL=DIGIT_CHARS.d.ts.map