mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 17:17:23 +08:00
* Add a default export to big.js As can be seen on https://github.com/MikeMcl/big.js/blob/master/big.js#L925, big.js exposes a default export. Expose this in the Typescript bindings as well. * Add default import test for big.js * Fix lint errors