datalib
datalib copied to clipboard
@types
Is there anyone working on a typescript definition file?
Not that I know of but we happily accept pull requests.
OK, thanks. I will look into it if typing is limiting me. Feel free to close this issue if you would like. In the meantime I am using the following work around to ignore types
// @ts-ignore
import dl from 'datalib';
It would be great to have typings, even if partial.