segment.d.ts 132 B

12
  1. import type { IPinyinSegment } from "./declare";
  2. export declare function segment(hans: string, segment?: IPinyinSegment): string[];