pac-api-typings
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

pac-api-typings

npm version

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

Readme

Keywords

Package Sidebar

Install

npm i pac-api-typings

Weekly Downloads

12

Version

0.1.0

License

MIT

Unpacked Size

12.4 kB

Total Files

8

Last publish

Collaborators

  • dearke