-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
I'm using TypeScript and was seeing this warning / error:
TS2304: Cannot find name 'requireNode'.
I can make it go away by adding this line, but I know there must be a more automatic way to provide type information from the package itself (or at least from a @types/... package):
declare var requireNode: (name:string) => any;
Could we include support for that somehow?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels