This is different from ones already answered at sindresorhus/ama/issues?q=typescript
Writing modules in TS from ground up gives you lot's of benefits like automatic documentation generation instead of having to manually write the API in README.md
, also declaration files (*.d.ts
) which yield rich experience when people use your modules.
As an example, text-store is one of my packages using TS.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too