js-codepage icon indicating copy to clipboard operation
js-codepage copied to clipboard

cannot use this module on Typescript

Open karikera opened this issue 5 years ago • 0 comments

export defualt X is exports['default'] = X export defualt X is not module.exports = X import X from 'x' is const X = require('x')['default'] import X from 'x' is not const X = require('x')

https://github.com/SheetJS/js-codepage/pull/19

karikera avatar Apr 08 '20 07:04 karikera