0.0.9 • Published 2 years ago

@benjaminaster/new-javascript v0.0.9

Weekly downloads
-
License
WTFPL
Repository
github
Last release
2 years ago

⚠ This package has moved to new-javascript. Please uninstall @benjaminaster/new-javascript and install new-javascript


TypeScript Types for new JavaScript

This repository contains TypeScript type definitions for new JavaScript stuff that isn't yet in TypeScript's standard type definitions. Some specifications have only partially been integrated into TypeScript's standard type definitions, in which case this repository contains only the parts of the specifications that aren't there (yet).

NPM: new-javascript

GitHub: BenjaminAster/TypeScript-types-for-new-JavaScript


Install using npm:

npm i -D new-javscript

Reference the type definitions directly in your TypeScript/JavaScript files...

/// <reference types="new-javascript" />

...or include them in your tsconfig.json or jsconfig.json:

{
	"compilerOptions": {
		"types": ["new-javascript"],
	},
}

These type definitions include the following specifications (grouped by venue):

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago