@@ -12,52 +12,8 @@ import HomeStrengthMovie from "../src/movies/home/HomeStrengthMovie";
12
12
## Transformer
13
13
![ Typia Logo] ( /logo.png )
14
14
15
- { /* <span style={{ display: "flex", flexDirection: "row" }}>
16
- {[
17
- [
18
- "MIT License",
19
- "https://img.shields.io/badge/license-MIT-blue.svg",
20
- "https://github.com/samchon/typia/blob/master/LICENSE",
21
- ],
22
- [
23
- "NPM Version",
24
- "https://img.shields.io/npm/v/typia.svg",
25
- "https://www.npmjs.com/package/typia",
26
- ],
27
- [
28
- "NPM Downloads",
29
- "https://img.shields.io/npm/dm/typia.svg",
30
- "https://www.npmjs.com/package/typia",
31
- ],
32
- [
33
- "Build Status",
34
- "https://github.com/samchon/typia/workflows/build/badge.svg",
35
- "https://github.com/samchon/typia/actions?query=workflow%3Abuild",
36
- ],
37
- [
38
- "Guide Documents",
39
- "https://img.shields.io/badge/guide-documents-forestgreen",
40
- "https://typia.io/docs/",
41
- ],
42
- [
43
- "Gurubase",
44
- "https://img.shields.io/badge/Gurubase-Ask%20Typia%20Guru-006BFF",
45
- "https://gurubase.io/g/typia",
46
- ],
47
- [
48
- "Discord",
49
- "https://img.shields.io/badge/discord-samchon-d91965?style=flat&labelColor=5866f2&logo=discord&logoColor=white&link=https://discord.gg/E94XhzrUCZ",
50
- "https://discord.gg/E94XhzrUCZ",
51
- ]
52
- ].map(([alt, image, url]) => (
53
- <a href={url} style={{ marginTop: "30px", marginRight: "6px" }}>
54
- <img src={image} alt={alt} />
55
- </a>
56
- ))}
57
- </span> */ }
58
-
59
15
<center >
60
- [ Guide Documents] ( /docs ) · [ Playground (Online IDE)] ( /playground ) · [ Github Repository] ( https://github.com/samchon/typia )
16
+ [ Guide Documents] ( /docs ) ( [ Document Chatbot ] ( https://gurubase.io/g/typia ) ) · [ Playground (Online IDE)] ( /playground ) · [ Github Repository] ( https://github.com/samchon/typia )
61
17
</center >
62
18
63
19
` typia ` is a transformer library converting TypeScript types to runtime function.
0 commit comments