uni-ticket-system/node_modules/licia/wordWrap.d.ts
2023-12-05 10:11:10 +08:00

4 lines
83 B
TypeScript

declare function wordWrap(txt: string, width: number): string;
export = wordWrap;