This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@benjaminaster/new-javascript
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

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):

/@benjaminaster/new-javascript/

    Package Sidebar

    Install

    npm i @benjaminaster/new-javascript

    Weekly Downloads

    0

    Version

    0.0.9

    License

    WTFPL

    Unpacked Size

    24.4 kB

    Total Files

    16

    Last publish

    Collaborators

    • benjaminaster