UNPKG

hebrew-transliteration

Version:
7 lines (6 loc) 139 B
import { Schema } from "./schema"; interface map { [k: string]: keyof Schema; } export declare const transliterateMap: map; export {};