import * as ascii2mathml from 'ascii2mathml'; const fn = ascii2mathml({}); // $ExpectType ascii2mathml fn(''); // $ExpectType string ascii2mathml('', {}); // $ExpectType string // $ExpectType string ascii2mathml('', { decimalMark: '.', colSep: ',', rowSep: ';', display: 'inline', dir: 'ltr', bare: false, standalone: false, annotate: false });