Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
/ typed-request Public archive

An example of how you can type js requests without fully usage of TypeScript or just with JSDocs

Notifications You must be signed in to change notification settings

mathiasgheno/typed-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typed Request

The repository is the final source-code created for the article Como Ter Types Sem Precisar Transpilar Seu Código (only avalible in Brazilian Portuguese).

How to Use

Before you install all dependencies:

npm install

After you can run the code with:

npm start

See code inside gitHubService1 and gitHubService2 to learn about the differences between those two services.

About

An example of how you can type js requests without fully usage of TypeScript or just with JSDocs

Topics

Resources

Stars

Watchers

Forks