Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 7b610ce

Browse files
committed
Fix JSDoc
1 parent 55b7268 commit 7b610ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility-types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* A literal type that supports custom further strings but preserves autocompletion in IDEs.
33
*
44
* @see [copied from issue](https://github.com/microsoft/TypeScript/issues/29729#issuecomment-471566609)
5-
* */
5+
*/
66
export type LiteralUnion<T extends U, U = string> = T | (U & { zz_IGNORE_ME?: never });

0 commit comments

Comments
 (0)