Closed Yrlish closed 3 years ago
TypeScript is complaining it cannot find any type declarations. I can use the declare module workaround described as one of the solutions in the picture below, but this will not provide any linting to the functions.
Sure since this is written in JS there are no type declarations, but feel free to make a PR to add them.
TypeScript is complaining it cannot find any type declarations. I can use the declare module workaround described as one of the solutions in the picture below, but this will not provide any linting to the functions.