Russell Steadman

Results 2 comments of Russell Steadman

Hi Cuong! This is currently not possible, but I think this would be a good addition. I will add the `a` anchor DOM element as the second argument to the...

The source of this error is: https://github.com/dcodeIO/long.js/blob/3cea40db4c29bc90deab06f0e013467b737db8e4/index.d.ts#L446 This is only compatible with synthetic ES modules being exported as CommonJS. For true ES modules this should be: ```js export default Long;...