From 0f9b2f2486a9cdfbbdcb84b6e0af40565944d00f Mon Sep 17 00:00:00 2001 From: user Date: Mon, 25 Jul 2022 10:44:20 +0200 Subject: [PATCH] docs: updated comment --- src/libs/types/index.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/libs/types/index.ts b/src/libs/types/index.ts index d368c74..aef232d 100644 --- a/src/libs/types/index.ts +++ b/src/libs/types/index.ts @@ -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';