Skip to content

Commit

Permalink
Mention type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jan 15, 2024
1 parent 128acf6 commit be0d1d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ end up using it, please let me know!
with your dictionaries failing to validate against the Yomitan schemas.
- In particular, it might be a good idea to check out the
[Yomitan Schemas](https://github.com/MarvNC/yomichan-dictionaries/blob/master/how-to-make-yomichan-dictionaries.md#read-the-schemas)
so that you know what's available for use when creating detailed definitions.
as well as the type definitions within the package so that you know what's
available for use when creating detailed definitions.
- You can then type your objects in JS by using JSDoc comments to provide editor
intellisense and type checking. You can see this in action in
[example.js](./examples/example.js).
Expand Down

0 comments on commit be0d1d9

Please sign in to comment.