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-utilsUsage
const { randomResponse, intentHandlers } = require('ask-utils')development
$ git clone git@github.com:hideokamoto/ask-utils.git
$ cd ask-utils
$ npm itest
$ npm testLint
$ npm run lint
or
$ npm run lint -- --fix