JSPM

  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q60128F
  • License MIT

utility functions for ask-sdk

Package Exports

  • ask-utils

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

Readme

Utility functions for ask-sdk

Getting started

$ npm i -S ask-utils

Usage

const { randomResponse, intentHandlers } = require('ask-utils')

development

$ git clone git@github.com:hideokamoto/ask-utils.git
$ cd ask-utils
$ npm i

test

$ npm test

Lint

$ npm run lint

or

$ npm run lint -- --fix