0.2.0 • Published 3 years ago

unknownify v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

unknownify

Replace any with unknown on type definitions for built-in ECMAScript APIs

Installation

Add unknownify to your project's devDependencies.

npm i -D unknownify

Usage

Add type definition file to your project.

/// <reference path="path/to/node_modules/unknownify/lib/lib.d.ts" />
// Or, specify type definition files you want to use
/// <reference path="path/to/node_modules/unknownify/lib/lib.es5.d.ts" />

Don't forget to override the path to match the directory structure of your project.

0.2.0

3 years ago

0.1.0

3 years ago