Skip to content

Commit

Permalink
docs(readme): refer to type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 9, 2024
1 parent 78f7c92 commit 13425d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ npm i fix-latin1-to-utf8

## Example usage

Please refer to the [JSDoc comments in the source code](./src/index.js) or the [generated type definitions](https://www.npmjs.com/package/fix-latin1-to-utf8?activeTab=code) for information on the available options.

```js
const fixLatin1ToUtf8 = require("fix-latin1-to-utf8");

Expand Down

0 comments on commit 13425d8

Please sign in to comment.