Skip to content

Commit

Permalink
docs: updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairyss committed Jul 25, 2022
1 parent f7c564d commit 0f9b2f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/libs/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Consider creating a bunch of shared custom utility types for different situations.
// alternatively can use a library like https://github.com/andnp/SimplyTyped
/** Consider creating a bunch of shared custom utility
* types for different situations.
* Alternatively you can use a library like
* https://github.com/andnp/SimplyTyped
*/
export * from './deep-partial.type';
export * from './non-function-properties.type';
export * from './object-literal.type';
Expand Down

0 comments on commit 0f9b2f2

Please sign in to comment.