UNPKG

@jargon/platform-alexa-skill-kit

Version:

Jargon Platform SDK adapter for the Alexa Skills Kit

29 lines 1.59 kB
"use strict"; /* * Copyright 2018 Jargon, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * http://www.apache.org/licenses/LICENSE-2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("@jargon/platform-sdk-core"), exports); var skillBuilder_1 = require("./skillBuilder"); Object.defineProperty(exports, "DefaultSkillBuilderOptions", { enumerable: true, get: function () { return skillBuilder_1.DefaultSkillBuilderOptions; } }); Object.defineProperty(exports, "JargonSkillBuilder", { enumerable: true, get: function () { return skillBuilder_1.JargonSkillBuilder; } }); //# sourceMappingURL=index.js.map