From f55c285eee1fd25ee4410c4fc508d5eef7d8e1a5 Mon Sep 17 00:00:00 2001 From: Okiki Date: Fri, 5 Jan 2024 21:04:10 +0000 Subject: [PATCH] docs: update the docs... Signed-off-by: Okiki --- static/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 7e33cee..19f3276 100644 --- a/static/index.html +++ b/static/index.html @@ -1,7 +1,9 @@ Intro. - Typescript Code Analyzer API

ai-typescript-check

GitHub | Docs | License

ai-typescript-check is a ChatGPT plugin and API that provides linting, auto-completion, error checking, and type checking for TypeScript, JSX/TSX, and JavaScript files. It uses a modified version of @typescript/twoslash. Meaning all the typescript twoslash tips and tricks all work out of the box.

-

While primarily designed as a ChatGPT plugin for type checking TypeScript code, ai-typescript-check can also be used as a standalone API for type checking in any coding environment. We welcome your feedback and suggestions. You can check out the OpenAPI Spec to learn more about the API .well-known/open-api.yaml or using the website at ts-check.okikio.dev/.well-known/openapi.yaml

+

While primarily designed as a ChatGPT plugin for type checking TypeScript code, ai-typescript-check can also be used as a standalone API for type checking in any coding environment. We welcome your feedback and suggestions. You can check out the OpenAPI Spec to learn more about the API static/.well-known/openapi.yaml or using the website at ts-check.okikio.dev/.well-known/openapi.yaml

+

Try Typescript Analyzer GPT

+

To try out the Typescript Analyzer go to this URL chat.openai.com/g/g-bjAYgmITX-typescript-analyzer

Install ChatGPT Plugin

From Store:

    @@ -43,7 +45,7 @@
    Quickly checks to see if input contains at least one transferable object, up to a max number of iterations

    You can see the code in the TypeScript playground here.

    -

    Here's this exmaple on ChatGPT: https://chat.openai.com/share/a94731fb-b599-4896-b754-e9771c2b1e99

    +

    Here's this exmaple on ChatGPT: https://chat.openai.com/share/3b32d004-a1c3-4dfc-b862-5426518d31ef

    API

    To utilize ai-typescript-check, please follow the steps below:

    // Instantiate a new FormData object
    -- 
    2.51.2