UNPKG
duenamodb
Version:
latest (1.9.7)
1.9.7
1.9.6
1.9.4
1.9.0
1.8.0
1.7.0
1.6.1
1.4.0
1.3.7
1.3.5
1.3.4
1.3.0
1.2.1
1.2.0
1.1.2
1.1.0
1.0.0
Simple DynamoDB client written in TypeScript.
duenamodb
/
lib
/
client.d.ts
9 lines
(8 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import { DynamoDBClient, DynamoDBClientConfig }
from
'@aws-sdk/client-dynamodb'
; export declare
class
DDBClient
{
private
static
_client;
private
constructor
()
;
static
params
: DynamoDBClientConfig;
private
static
init
;
static
get
instance
(): DynamoDBClient
; }