Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/Typescript/TypeScript Type/TS Declaration/
Typescript Intersection
Search

Typescript Intersection

Creator
Creator
Seonglae Cho
Created
Created
2021 Mar 30 15:51
Editor
Editor
Seonglae Cho
Edited
Edited
2022 Apr 19 9:43
Refs
Refs
다 되고
 
 
 
 
 
[TypeScript] 유니온 타입과 인터섹션 타입 (Union Type & Intersection Type) #4
본 포스팅은, ' 캡틴판교'님이 작성하신 ' 타입스크립트 핸드북'을 보고 스스로 정리하기 위해 작성하는 포스팅입니다. 자세한 내용은 https://joshua1988.github.io/를 참고해주세요! 유니온 타입(Union Type)이란 자바스크립트의 OR 연산자(||)와 같이 'A' 이거나 'B'이다 라는 의미의 타입이다. 위 함수의 파라미터 text에는 문자열 타입이나 숫자 타입이 모두 올 수 있다. 이처럼| 연산자를 이용하여 타입을 여러 개 연결하는 방식을 유니온 타입 정의 방식이라고 부른다.
[TypeScript] 유니온 타입과 인터섹션 타입 (Union Type & Intersection Type) #4
https://velog.io/@soulee__/TypeScript-Union-Type
[TypeScript] 유니온 타입과 인터섹션 타입 (Union Type & Intersection Type) #4
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/Typescript/TypeScript Type/TS Declaration/
Typescript Intersection
Copyright Seonglae Cho