You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module does not correctly import in TypeScript, maybe a 'd.ts' could be added to solve this:
Could not find a declaration file for module 'arpscan/promise'. '[edited]/node_modules/arpscan/promise.js' implicitly has an 'any' type.
Try npm i --save-dev @types/arpscan if it exists or add a new declaration (.d.ts) file containing declare module 'arpscan/promise';
The text was updated successfully, but these errors were encountered:
The module does not correctly import in TypeScript, maybe a 'd.ts' could be added to solve this:
Could not find a declaration file for module 'arpscan/promise'. '[edited]/node_modules/arpscan/promise.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/arpscan
if it exists or add a new declaration (.d.ts) file containingdeclare module 'arpscan/promise';
The text was updated successfully, but these errors were encountered: