1.1.2 • Published 4 years ago

@kuoruan/luci-types v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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"
  ]
}