Skip to content

Commit

Permalink
upd: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-void0 committed Sep 6, 2021
1 parent e4315ea commit 5e64e7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Automatically generate TypeScript types and interfaces for all serializable runtime values.

[English](#) | [简体中文](./docs/zh.md)

Typehole is a TypeScript development tool for Visual Studio Code that automates creating static typing by bridging runtime values from your Node.js or browser application to your code editor. It's useful when you need types for an API response or want to figure out types for values coming from a JS module.
<br/>
<br/>
Expand Down
2 changes: 2 additions & 0 deletions docs/zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

为所有运行时可序列化的值自动生成 Typescript 类型和接口

[English](../README.md) | [简体中文](#)

Typehole 是 Visual Studio Code 的 TypeScript 开发工具,它通过将运行时的值从 Node.js 或浏览器应用程序中桥接到代码编辑器来自动创建静态类型。当您需要 API 响应的类型或想要得到来自 JS 模块值的类型时,它是非常有用的。
<br/>
<br/>
Expand Down

0 comments on commit 5e64e7d

Please sign in to comment.