1.0.2 • Published 6 months ago

qinglong-api v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

qinglong-api

The TypeScript type for global variable QLAPI.

Installation

npm install qinglong-api -D

Configuration

Add to the tsconfig.json file:

{
  "compilerOptions": {
    "types": ["qinglong-api"]
  }
}

Usage Examples

// Get environment list
QLAPI.getEnvs({ searchValue: 'dddd' }).then((x) => {
  console.log('getEnvs', x);
});

Guide

See: Built-in API.

Credits

License

MIT

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago