docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ tags: [TypeScript, Ambient Declarations, dts, Coding Standards]
last_reinforced: 2026-04-20
---
# [[Ambient-Declarations]] (앰비언트 선언)
# [[Ambient-Declarations|Ambient-Declarations]] (앰비언트 선언)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "존재하지만 실체는 없는 것들에 대한 증명." 타입스크립트 컴파일러에게 "이 변수나 함수는 외부에 이미 있으니 타입만 믿고 통과시켜라"라고 알려주는 `declare` 키워드의 본질이다.
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 무분별한 앰비언트 선언은 전역 네임스페이스를 오염시킨다. 현대적 가이드라인은 가능하면 `Module Augmentation`을 사용하거나 `@types` 패키지를 통해 엄격하게 관리하는 것을 권장한다.
## 🔗 지식 연결 (Graph)
- Related: [[Declaration-Files]] , Module-Augmentation
- Standard: [[Branded-Types-for-Nominal-Typing]]
- Related: [[Declaration-Files|Declaration-Files]] , Module-Augmentation
- Standard: [[Branded-Types-for-Nominal-Typing|Branded-Types-for-Nominal-Typing]]