Yaffle/EventSource

Getting Types error while using it in import [Angular] TS

Open

#190 opened on Aug 23, 2021

View on GitHub
 (1 comment) (1 reaction) (0 assignees)JavaScript (1,873 stars) (320 forks)batch import
help wanted

Description

Could not find a declaration file for module 'event-source-polyfill'. '../node_modules/event-source-polyfill/src/eventsource.js' implicitly has an 'any' type. Try npm i --save-dev @types/event-source-polyfill if it exists or add a new declaration (.d.ts) file containing declare module 'event-source-polyfill';ts(7016)

import { NativeEventSource, EventSourcePolyfill } from 'event-source-polyfill';

Contributor guide

Getting Types error while using it in import [Angular] TS · Yaffle/EventSource#190 | Good First Issue