Skip to content

Commit 9e0af18

Browse files
authored
Add tutorial video on docs/index.mdx (#1490)
1 parent f85e96e commit 9e0af18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/pages/docs/index.mdx

+9
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ export function random<T>(g?: Partial<IRandomGenerator>): T;
111111

112112

113113
## Transformation
114+
<br/>
115+
<iframe src="https://www.youtube.com/embed/WM6LGy2UU6s?si=lZrqbILxHI22QwEE"
116+
title="Typia Tutorial Video"
117+
width="100%"
118+
height="500"
119+
frameborder="0"
120+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"
121+
allowfullscreen></iframe>
122+
114123
If you call `typia` function, it would be compiled like below.
115124

116125
This is the key concept of `typia`, transforming TypeScript type to a runtime function. The `typia.is<T>()` function is transformed to a dedicated type checker by analyzing the target type `T` in the compilation level.

0 commit comments

Comments
 (0)