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).

11 lines (10 loc) 231 B
import { BrowserPangu } from './pangu.js'; declare const panguUmd: BrowserPangu & { BrowserPangu: typeof BrowserPangu; }; declare global { interface Window { pangu: typeof panguUmd; } } export default panguUmd;