-
타입스크립트TypeScript 공식 문서코딩Coding/TypeScript 2023. 7. 23. 15:34728x90
https://www.typescriptlang.org/docs/
interface
https://www.typescriptlang.org/docs/handbook/declaration-files/deep-dive.html
인터페이스는 클래스에서 구현부가 빠졌다고 이해하면 편하다. 즉, 어떠한 객체가 이러이러한 프로퍼티 혹은 메소드를 가진다고 선언하는 것이다. 실질적인 구현은 이를 구현한다고 선언하는 클래스에 맡긴다.
https://hyunseob.github.io/2016/10/17/typescript-interface/반응형'코딩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