Hi can you please add a benchmarkify.d.ts file containing at least
declare module 'benchmarkify'
so developers can use this package with typescript without having to supress this error.
Extra
Even better ofcourse would be to actually include the declarations of all expored functions / write the source code in typescript and let a build tool like Rollup generate a .d.ts for you.
Hi can you please add a
benchmarkify.d.tsfile containing at leastso developers can use this package with typescript without having to supress this error.
Extra
Even better ofcourse would be to actually include the declarations of all expored functions / write the source code in typescript and let a build tool like Rollup generate a .d.ts for you.