format.d.ts 131 B

12
  1. import { ENUM_PINYIN_STYLE } from "./constant";
  2. export declare function toFixed(pinyin: string, style: ENUM_PINYIN_STYLE): string;