UNPKG

@aws-amplify/core

Version:
9 lines (5 loc) 201 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import { v4 } from 'uuid'; const amplifyUuid: () => string = v4; export { amplifyUuid };