docs: updated comment

This commit is contained in:
user
2022-07-25 10:44:20 +02:00
parent f7c564d0e1
commit 0f9b2f2486

View File

@@ -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';