JSPM

  • Created
  • Published
  • Downloads 31543
  • Score
    100M100P100Q152219F
  • License MIT

The Javascript Client SDK for DevCycle

Package Exports

  • @devcycle/js-client-sdk
  • @devcycle/js-client-sdk/src/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 (@devcycle/js-client-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

DevCycle JS SDK

The JS SDK for DevCycle!

Installation

Our library can be found on npm and installed by the following:

npm install @devcycle/js-client-sdk

To use in your project, import the initialize function:

import { initialize } from '@devcycle/js-client-sdk'

Usage

To find usage documentation, visit our docs.