/** * 紧凑型驼峰命名转横线命名 * @param str * @returns */ declare function hyCompact(str: string, flag?: string): string; export default hyCompact;