UNPKG

anvim

Version:

ANVIM - A New Vietnamese Input Method (AVIM-compatible Vietnamese input engine in TypeScript)

4 lines (3 loc) 159 B
export { AnvimEngine } from "./anvim"; export type { VietnameseInputMethod, AvimConfig } from "./anvim"; export default function anvim(input: string): string;