UNPKG

abjad-convert

Version:
5 lines (4 loc) 217 B
import { Abjad } from './types'; export { Abjad } from './types'; export declare function convert(source: string, from: Abjad, to: Abjad): string; export declare function getLetters(script: Abjad): readonly string[];