Package Exports
- @xg4/service
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@xg4/service) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Service
Wake up mobile qq service
Installation
Install with npm or Yarn
# npm
$ npm install @xg4/service --save# yarn
$ yarn add @xg4/serviceUsage
import Service from '@xg4/service'
const service = new Service() // or new Service(userAgent)
const qq = 123456
const url = service.get(qq)
console.log(url)Contributing
Welcome
Fork it
Submit pull request
LICENSE
MIT