{"version":3,"file":"initializationManager.mjs","sources":["../../../../src/pushNotifications/utils/initializationManager.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nlet initialized = false;\n/**\n * Sets initialization status to true.\n *\n * @internal\n */\nexport const initialize = async () => {\n    initialized = true;\n};\n/**\n * Returns the initialization status of push notifications.\n *\n * @internal\n */\nexport const isInitialized = () => initialized;\n"],"names":[],"mappings":"AAAA;AACA;AACA,IAAI,WAAW,GAAG,KAAK;AACvB;AACA;AACA;AACA;AACA;AACY,MAAC,UAAU,GAAG,YAAY;AACtC,IAAI,WAAW,GAAG,IAAI;AACtB;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,aAAa,GAAG,MAAM;;;;"}