/** * 获取字节长度 * @param str // 需要获取字节长度的字符串 * 中文+2 英文+1 */ export declare const getBiteLen: (str: string) => number; //# sourceMappingURL=getBiteLen.d.ts.map