UNPKG

@lazy-cjk/korean-romanize

Version:
8 lines (7 loc) 175 B
/** * Created by user on 2020/5/31. */ import { romanize } from './lib/romanize'; export type * from './lib/types'; export * from './lib/romanize'; export default romanize;