UNPKG

hanja

Version:

Sino-Korean, aka Hanja, Utilities for Korean Language Processing

9 lines (8 loc) 235 B
import { translate, split } from './translate'; import { getStrokes } from './strokes'; declare const _default: { translate: typeof translate; split: typeof split; getStrokes: typeof getStrokes; }; export default _default;