Skip to content

Keep Your Promises in TypeScript using async/await

Notifications You must be signed in to change notification settings

palashmon/promises-in-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promises in TypeScript

This repo is used to explore the awesome post on Keep Your Promises in TypeScript using async/await

TypeScript is designed for development of large applications and transpiles to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs. TypeScript may be used to develop JavaScript applications for both client-side and server-side execution.

TypeScript 2.9 Docs

Installation

npm install -g typescript

Usage

To compile the src/index.ts file and to execute the compiled lib/index.js file

npm start

About

Keep Your Promises in TypeScript using async/await

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published