pac-api-typings
v0.1.0
Published
Type definitions for JavaScript APIs of PAC in TypeScript
Downloads
2
Readme
pac-api-typings
Type definitions for JavaScript APIs of PAC in TypeScript
English | 简体中文
Installation
npm install pac-api-typings
Usage
Add the types package to your tsconfig.json file. For example:
{
"compilerOptions": {
"typeRoots" : [
"./node_modules/@types",
"./node_modules/pac-api-typings",
"./typings",
]
}
}
Or you could use it with triple-slash directive. For example:
// ./typings/global.d.ts
/// <reference types="pac-api-typings" />
License
MIT © Qingrong Ke