Skip to content

Commit 67fa5bf

Browse files
committed
Add README
1 parent 4b01736 commit 67fa5bf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Type Definitions
2+
3+
> [JSDoc][jsdoc] type definitions.
4+
5+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
6+
7+
<section class="intro">
8+
9+
This directory contains [JSDoc][jsdoc] type definitions. Type definitions allow the use of custom [types][jsdoc-typedef] in [JSDoc][jsdoc] comments.
10+
11+
</section>
12+
13+
<!-- /.intro -->
14+
15+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
16+
17+
<section class="links">
18+
19+
[jsdoc]: http://usejsdoc.org/
20+
[jsdoc-typedef]: http://usejsdoc.org/tags-typedef.html
21+
22+
</section>
23+
24+
<!-- /.links -->

0 commit comments

Comments
 (0)