/** * 半角英字 * * [A-Za-z] * */ export declare const ALPHA_CHARS = "A-Za-z"; //# sourceMappingURL=ALPHA_CHARS.d.ts.map