UNPKG

@aws-amplify/core

Version:
15 lines (11 loc) 289 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import { clientInfo, dimension } from './browser'; export class ClientDevice { static clientInfo() { return clientInfo(); } static dimension() { return dimension(); } }