UNPKG

botbuilder-core

Version:

Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.

17 lines 415 B
"use strict"; /** * @module botbuilder */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.QueueStorage = void 0; /** * A base class for enqueueing an Activity for later processing. */ class QueueStorage { } exports.QueueStorage = QueueStorage; //# sourceMappingURL=queueStorage.js.map