Skip to content

DeclarationKind

문서화할 수 있는 TypeScript 선언의 종류를 나타내요.

시그니처

typescript
type DeclarationKind = | "function"
  | "class"
  | "interface"
  | "type"
  | "enum"
  | "variable";

MIT 라이선스에 따라 배포됩니다.