UNPKG

@ozdemirburak/morse-code-translator

Version:

Morse code translator helps you convert text to Morse code and vice versa, with the option to play Morse code audio.

4 lines 166 B
import { Options } from './types.js'; declare const getOptions: (opts?: Partial<Options>) => Options; export default getOptions; //# sourceMappingURL=options.d.ts.map