typescript error
Open
- Dominant language
- JavaScript
- Stars
- 69
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
```typescript
// This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export.ts(2497)
import fromEntries from 'fromentries'
// Had to be written as
import fromEntries = require('fromentries')
// OR set the `esModuleInterop`, but it is not necessary
```
https://github.com/feross/fromentries/blob/31c73f61eeed912788f15c1bc9abc3ef71650185/index.d.ts#L3
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.