@aws-amplify/core
Version:
Core category of aws-amplify
10 lines (7 loc) • 353 B
JavaScript
import { SessionListener } from './SessionListener.mjs';
export { SESSION_START_EVENT, SESSION_STOP_EVENT } from './constants.mjs';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
const sessionListener = new SessionListener();
export { sessionListener };
//# sourceMappingURL=index.mjs.map