Skip to content

Commit cb3593c

Browse files
committed
change summary
1 parent 427dc27 commit cb3593c

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

SUMMARY.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -12,47 +12,47 @@
1212

1313
## 핸드북
1414

15-
* [기본 타입](pages/Basic Types.md)
16-
* [변수 선언](pages/Variable Declarations.md)
17-
* [인터페이스](pages/Interfaces.md)
18-
* [클래스](pages/Classes.md)
19-
* [함수](pages/Functions.md)
20-
* [제네릭](pages/Generics.md)
21-
* [열거형](pages/Enums.md)
22-
* [타입 추론](pages/Type Inference.md)
23-
* [타입 호환성](pages/Type Compatibility.md)
24-
* [고급 타입](pages/Advanced Types.md)
25-
* [심볼](pages/Symbols.md)
26-
* [이터레이터와 제네레이터](pages/Iterators and Generators.md)
27-
* [모듈](pages/Modules.md)
28-
* [네임스페이스](pages/Namespaces.md)
29-
* [네임스페이스와 모듈](pages/Namespaces and Modules.md)
30-
* [모듈 해석](pages/Module Resolution.md)
31-
* [선언 병합](pages/Declaration Merging.md)
15+
* [기본 타입](pages/basic-types.md)
16+
* [변수 선언](pages/variable-declarations.md)
17+
* [인터페이스](pages/interfaces.md)
18+
* [클래스](pages/classes.md)
19+
* [함수](pages/functions.md)
20+
* [제네릭](pages/generics.md)
21+
* [열거형](pages/enums.md)
22+
* [타입 추론](pages/type-inference.md)
23+
* [타입 호환성](pages/type-compatibility.md)
24+
* [고급 타입](pages/advanced-types.md)
25+
* [심볼](pages/symbols.md)
26+
* [이터레이터와 제네레이터](pages/iterators-and-generators.md)
27+
* [모듈](pages/modules.md)
28+
* [네임스페이스](pages/namespaces.md)
29+
* [네임스페이스와 모듈](pages/namespaces-and-modules.md)
30+
* [모듈 해석](pages/module-resolution.md)
31+
* [선언 병합](pages/declaration-merging.md)
3232
* [JSX](pages/JSX.md)
33-
* [데코레이터](pages/Decorators.md)
34-
* [믹스인](pages/Mixins.md)
35-
* [트리플-슬래시 지시자](pages/Triple-Slash Directives.md)
36-
* [JavaScript 파일 타입 검사](pages/Type Checking JavaScript Files.md)
37-
* [유틸리티 타입](pages/Utility Types.md)
33+
* [데코레이터](pages/decorators.md)
34+
* [믹스인](pages/mixins.md)
35+
* [트리플-슬래시 지시자](pages/triple-slash-directives.md)
36+
* [JavaScript 파일 타입 검사](pages/type-checking-javaScript-files.md)
37+
* [유틸리티 타입](pages/utility-types.md)
3838

3939
## 선언 파일
4040

41-
* [소개](pages/declaration files/Introduction.md)
42-
* [Library Structures](pages/declaration files/Library Structures.md)
43-
* [By Example](pages/declaration files/By Example.md)
44-
* [Do's and Don'ts](pages/declaration files/Do's and Don'ts.md)
45-
* [Deep Dive](pages/declaration files/Deep Dive.md)
46-
* [Templates](pages/declaration files/Templates.md)
47-
* [global-modifying-module.d.ts](pages/declaration files/templates/global-modifying-module.d.ts.md)
48-
* [global-plugin.d.ts](pages/declaration files/templates/global-plugin.d.ts.md)
49-
* [global.d.ts](pages/declaration files/templates/global.d.ts.md)
50-
* [module-class.d.ts](pages/declaration files/templates/module-class.d.ts.md)
51-
* [module-function.d.ts](pages/declaration files/templates/module-function.d.ts.md)
52-
* [module-plugin.d.ts](pages/declaration files/templates/module-plugin.d.ts.md)
53-
* [module.d.ts](pages/declaration files/templates/module.d.ts.md)
54-
* [Publishing](pages/declaration files/Publishing.md)
55-
* [Consumption](pages/declaration files/Consumption.md)
41+
* [소개](pages/declaration-files/introduction.md)
42+
* [Library Structures](pages/declaration-files/library-structures.md)
43+
* [By Example](pages/declaration-files/by-example.md)
44+
* [Do's and Don'ts](pages/declaration-files/dos-and-don-ts.md)
45+
* [Deep Dive](pages/declaration-files/deep-dive.md)
46+
* [Templates](pages/declaration-files/templates.md)
47+
* [global-modifying-module.d.ts](pages/declaration-files/templates/global-modifying-module.d.ts.md)
48+
* [global-plugin.d.ts](pages/declaration-files/templates/global-plugin.d.ts.md)
49+
* [global.d.ts](pages/declaration-files/templates/global.d.ts.md)
50+
* [module-class.d.ts](pages/declaration-files/templates/module-class.d.ts.md)
51+
* [module-function.d.ts](pages/declaration-files/templates/module-function.d.ts.md)
52+
* [module-plugin.d.ts](pages/declaration-files/templates/module-plugin.d.ts.md)
53+
* [module.d.ts](pages/declaration-files/templates/module.d.ts.md)
54+
* [Publishing](pages/declaration-files/publishing.md)
55+
* [Consumption](pages/declaration-files/consumption.md)
5656

5757
## 프로젝트 환경설정
5858

0 commit comments

Comments
 (0)