UNPKG

amazon-cognito-identity-js

Version:

Amazon Cognito Identity Provider JavaScript SDK

10 lines (8 loc) 218 B
'use strict'; exports.__esModule = true; // class for defining the amzn user-agent exports.default = UserAgent; // constructor function UserAgent() {} // public UserAgent.prototype.userAgent = 'aws-amplify/0.1.x js';