Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: declare types in .ts files (#3840)
`.d.ts` files are not type checked as they are usually machine generated. Switch to using `.ts` files instead so we get some compiler safety. Refs: ipfs/aegir#849
- Loading branch information