UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

12 lines (10 loc) 585 B
'use strict'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.flushEvents = exports.record = void 0; var record_1 = require("./record"); Object.defineProperty(exports, "record", { enumerable: true, get: function () { return record_1.record; } }); var flushEvents_1 = require("./flushEvents"); Object.defineProperty(exports, "flushEvents", { enumerable: true, get: function () { return flushEvents_1.flushEvents; } }); //# sourceMappingURL=index.js.map