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) 236 B
import { Pangu } from '../shared'; export declare class NodePangu extends Pangu { spacingFile(path: string): Promise<string>; spacingFileSync(path: string): string; } export declare const pangu: NodePangu; export default pangu;