@aws-amplify/core
Version:
Core category of aws-amplify
18 lines • 587 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
var browser_1 = require("./browser");
var ClientDevice = /** @class */ (function () {
function ClientDevice() {
}
ClientDevice.clientInfo = function () {
return browser_1.clientInfo();
};
ClientDevice.dimension = function () {
return browser_1.dimension();
};
return ClientDevice;
}());
exports.ClientDevice = ClientDevice;
//# sourceMappingURL=index.js.map
;