Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

ts-transform-default-export is a TypeScript transformer that converts default exports to CommonJS-compatible exports, enabling packages to work with both CommonJS and ES modules. It transforms exports like `export default foo` into `export = foo`, which becomes `module.exports = foo` when transpiled, allowing consumption via `require('foo')`. This tool is ideal for library authors who need to maintain compatibility across different module systems.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of axtgr/ts-transform-default-export

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
ryanzim/eslint-config-problems
An eslint config that catches problems in your code, without checking style. For use with prettier.
Account's avatar
thefrontside/javascript
Rule to prefer using `let` to bind names to values
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

axtgr's profile
axtgr
38 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
axtgr

axtgr/ts-transform-default-export

export default foo → export = foo → module.exports = foo

TypeScript
4
0
ISC License