Skip to content

Commit 19e063d

Browse files
committed
fix: exports and export assignments are not permitted
1 parent 87028bb commit 19e063d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ import {
66
ScalarAttributeType,
77
} from "@aws-sdk/client-dynamodb";
88

9-
declare module "connect-dynamodb" {
10-
export = ConnectDynamoDB;
11-
}
12-
139
declare function ConnectDynamoDB<Session extends Record<string, unknown>>(
1410
connect: typeof session
1511
): DynamoDBStore<Session>;

0 commit comments

Comments
 (0)