mathup icon indicating copy to clipboard operation
mathup copied to clipboard

Typescript definitions

Open t1u1 opened this issue 1 year ago • 1 comments

Hi and thanks for making this library!

Would be great if the library provided typescript definitions for the API.

t1u1 avatar Jul 15 '24 13:07 t1u1

Here's the simplest $types.d.ts that I came up with:

declare module 'mathup' {
  export function mathup(input: string, options: {});

  export default mathup;
}

and it works for my case, but it should probably be expanded more.

t1u1 avatar Jul 15 '24 13:07 t1u1

Fixed in #122

runarberg avatar Mar 07 '25 21:03 runarberg

Released in v1.0.0-rc.3

runarberg avatar Mar 07 '25 21:03 runarberg