UNPKG

pangu

Version:

Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).

8 lines (7 loc) 201 B
declare const Pangu: any; declare class NodePangu extends Pangu { spacingFile(path: string): Promise<any>; spacingFileSync(path: string): any; } declare const pangu: NodePangu; export = pangu;