-
타입스크립트TypeScript 공식 문서코딩Coding/TypeScript 2023. 7. 23. 15:34728x90
https://www.typescriptlang.org/docs/
The starting point for learning TypeScript
Find TypeScript starter projects: from Angular to React or Node.js and CLIs.
www.typescriptlang.org
interface
https://www.typescriptlang.org/docs/handbook/declaration-files/deep-dive.htmlDocumentation - Deep Dive
How do d.ts files work, a deep dive
www.typescriptlang.org
인터페이스는 클래스에서 구현부가 빠졌다고 이해하면 편하다. 즉, 어떠한 객체가 이러이러한 프로퍼티 혹은 메소드를 가진다고 선언하는 것이다. 실질적인 구현은 이를 구현한다고 선언하는 클래스에 맡긴다.
https://hyunseob.github.io/2016/10/17/typescript-interface/TypeScript: 인터페이스(Interface)
이전 글 - TypeScript: 클래스(Class) 클래스와 인터페이스지금껏 JavaScript만을 다뤄본 개발자라면 인터페이스라는 개념은 익숙치 않을 것이다. 하지만 Java나 C# 등의 정적 타입 언어에서는 이미 많이
hyunseob.github.io
반응형'코딩Coding > TypeScript' 카테고리의 다른 글
AOP in TypeScript (0) 2023.10.19 Next.js Build & Deploy TS (0) 2023.10.06 TypeScript & C# 개발자는 동일한 사람Anders Hejlsberg 👏앤더스 헤일즈버그 (0) 2023.07.15 typescript 8시간 짜리 (0) 2023.07.15 Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. (0) 2023.07.12 타입스크립트 5.0 7분만에 배우기 (0) 2023.07.03 VSCode에서 ESLint와 Prettier (+ TypeScript) 사용하기 (0) 2023.07.02 New API references, TypeScript code snippets, and docs DX (0) 2023.06.18