Skip to content

Commit 86231bb

Browse files
committed
docs: add bullet point for TypeScript to features
1 parent f5f1f91 commit 86231bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ This is the GitHub repository of stdlib source code and documentation. For help
139139
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@e54894a93697653dda22d11cd0aec1ccb292b7b8/docs/assets/readme/bundled.png" alt="Demo showcasing browser support">
140140
</div>
141141

142+
- Every function is accompanied by [TypeScript][typescript] declaration files, ensuring type safety and allowing for intelligent code completion in IDEs.
143+
144+
<div class="image" align="center">
145+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@f5f1f915a7178d9bc76a95d34afd799e6092ec3a/docs/assets/readme/typescript.png" alt="Demo showcasing TypeScript declaration files" >
146+
</div>
147+
142148
* * *
143149

144150
## Installation
@@ -774,6 +780,8 @@ Test and build infrastructure is generously provided by the following services:
774780

775781
[webpack]: https://webpack.js.org/
776782

783+
[typescript]: https://www.typescriptlang.org/
784+
777785
[unpkg]: https://unpkg.com/#/
778786

779787
[jsdelivr]: https://www.jsdelivr.com/

0 commit comments

Comments
 (0)