Suggestions
Export both commonjs/esmodule
This will allow a wider range of codebases to work with your package.
Export typings
A helpful DX feature that guides developers to provide what you need without forcing them into a documentation or external source. Besides typings, typescript also embeds jsdoc, a inline documentation to help understand a type/arg.
Suggestions
Export both commonjs/esmodule
This will allow a wider range of codebases to work with your package.
Export typings
A helpful DX feature that guides developers to provide what you need without forcing them into a documentation or external source. Besides typings, typescript also embeds jsdoc, a inline documentation to help understand a type/arg.