Skip to content

Commit

Permalink
fix: doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed May 17, 2024
1 parent fba10b2 commit da987f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/data-structure/data-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ In TypeScript, data structures are used to represent data in a structured way. T
In order to create type-safe data structures in TypeScript, it is important to understand the different types of data structures available, how they work, and when to use them. This guide will provide an overview of some of the most common data structures in TypeScript, and how to use them effectively in your code.

Not all data structures are type-safe, but some of them are very useful in TypeScript. Here are some data structures that are commonly used in TypeScript:
- Use [literal type](./literal.md) rathen than string
- Use [literal type](./literal-string.md) rathen than string
- Use [Record object](./record-object.md) rather than list/array
- Use [Tuple](./tuple.md) rather than list/array

0 comments on commit da987f3

Please sign in to comment.