Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:typescript: set default export (#18)
javascript use `module.exports = function (opts) {` which is equivalent to default export in typescript; infact keypair is not exported as named export in javascript.
- Loading branch information