UNPKG

hangul-romanize

Version:
5 lines (4 loc) 135 B
import { Format } from "../constants"; export declare class FormatUtil { static fromString(str: string, format: Format): string; }