@kuoruan/luci-types
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

luci-types

Typescript declaration files for OpenWrt LuCI2.

Install

$ npm install --save @kuoruan/luci-types

Or with Yarn

$ yarn add @kuoruan/luci-types

Usage

In tsconfig.json file, add node_modules/@kuoruan/luci-types/index.d.ts to include.

{
  "compilerOptions": {
    ...
  },
  "include": [
    ...,
    "node_modules/@kuoruan/luci-types/index.d.ts"
  ]
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @kuoruan/luci-types

      Weekly Downloads

      5

      Version

      1.1.2

      License

      MIT

      Unpacked Size

      278 kB

      Total Files

      25

      Last publish

      Collaborators

      • kuoruan