fromentries icon indicating copy to clipboard operation
fromentries copied to clipboard

typescript error

Open Val-istar-Guo opened this issue 5 years ago • 0 comments

// 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

Val-istar-Guo avatar Nov 27 '20 09:11 Val-istar-Guo