250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- express.js
- SSR
- REACT
- error
- middleware
- typeScript
- node.js
- tailwindcss
- CSS
- concept
- JavaScript
- bitcoin
- Props
- nextJS
- useState
- CLASS
- Interface
- Redux
- graphQL
- 기준
- API
- 삶
- Ethereum
- hardhat
- evm
- built in object
- HTML
- web
- solidity
- blockchain
Archives
- Today
- Total
목록union type (1)
ReasonJun
Typescript : Type
In TypeScript, the type keyword is used to define custom types or type aliases. It allows you to create reusable type annotations to represent different shapes of data, making your code more expressive and easier to understand. Here are the main ways in which the type keyword is used in TypeScript: Type Aliases: Type aliases allow you to create a new name for an existing type. They are helpful w..
Frontend/Typescript
2023. 6. 9. 11:57