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 |
Tags
- 성장기
- 파티셔닝
- ServerSentEvent
- Partition
- localStorage
- PostgreSQL
- 개발자
- Lag
- SSE
- 실시간알림
- Node.js기본
- node.js란
- partitioning
- 열공하자
- mariadb
- frontend
- EventSource
- node.js
Archives
- Today
- Total
써치킴의 우당탕탕 개발 블로그
[TypeScript][Ch2][Basic Types] void 본문
void
- 전혀 어떤값을 가지지 않는 것을 의미어
- 떤값도 return하지 않는 함수의 reutrn type으로 종종 보인다.
// 함수의 반환타입으로 쓰임
function returnVoid(message:string) {
console.log(message);
}
'TypeScript 합시다' 카테고리의 다른 글
[TypeScript][Ch3][Type System] Structural Type System vs Nominal Type System (0) | 2022.02.10 |
---|---|
[TypeScript][Ch3][Type System] 작성자와 사용자의 관점으로 코드 바라보기 (0) | 2022.02.10 |
[TypeScript][Ch2][Basic Types] never (0) | 2022.02.10 |
[TypeScript][Ch2][Basic Types] unknown (0) | 2022.02.10 |
[TypeScript][Ch2][Basic Types] any (0) | 2022.02.10 |
Comments