UNPKG

pangu

Version:

Opinionated paranoid text spacing: automatically inserts whitespace between CJK (Chinese, Japanese, Korean) and ANS (alphabetical letters, numerical digits and symbols)

8 lines 276 B
import { Pangu } from '../shared/index.js'; export declare class NodePangu extends Pangu { spaceFile(path: string): Promise<string>; spaceFileSync(path: string): string; } export declare const pangu: NodePangu; export default pangu; //# sourceMappingURL=index.d.ts.map