UNPKG
@translated/lara
Version:
beta (1.8.0-beta.4)
latest (1.7.1)
2.0.0-beta.14
2.0.0-beta.13
2.0.0-beta.12
2.0.0-beta.11
2.0.0-beta.10
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.8.0-beta.4
1.8.0-beta.3
1.8.0-beta.2
1.8.0-beta.1
1.8.0-beta.0
1.7.1
1.7.0
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
Official Lara SDK for JavaScript and Node.js
laratranslate.com
translated/lara-node
@translated/lara
/
lib
/
credentials.js
11 lines
(10 loc)
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Credentials
=
void
0
;
class
Credentials
{
constructor
(
accessKeyId, accessKeySecret
) {
this
.
accessKeyId
= accessKeyId;
this
.
accessKeySecret
= accessKeySecret; } }
exports
.
Credentials
=
Credentials
;