UNPKG

218 BTypeScriptView Raw
1declare type PhoneticAlphabet = Record<string, string>;
2export declare const NATO_PHONETIC_ALPHABET: PhoneticAlphabet;
3export default function converter(text: string, alphabet?: PhoneticAlphabet): string[];
4export {};