JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 292
  • Score
    100M100P100Q94242F
  • License MIT

Package Exports

  • nestjs-zendesk
  • nestjs-zendesk/lib/index.js

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 (nestjs-zendesk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

nestjs-zendesk

Actions Status npm version

Install

npm install nestjs-zendesk

Usage

import * as zendesk from "node-zendesk";

@Module({
  imports: [
    zendeskModule.forRoot({
      username: "name",
      token: "token",
      remoteUri: "http://example.com",
    }),
  ],
})
export class AppModule {}

// using in service class
export class Service {
  constructor(@InjectZendesk() private readonly zendesk: zendesk.Client) {}
}

Contributing

PRs accepted.

License

MIT © g59