Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit e0a5b05

Browse files
duroeli-darkly
authored andcommitted
Fix default import in TypeScript definitions (#9)
1 parent a5b7885 commit e0a5b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare module 'launchdarkly-node-server-sdk-dynamodb' {
1313
/**
1414
* Create a feature flag store backed by DynamoDB.
1515
*/
16-
export function DynamoDBFeatureStore(
16+
export default function DynamoDBFeatureStore(
1717
/**
1818
* The table name in DynamoDB. This table must already exist (see readme).
1919
*/

0 commit comments

Comments
 (0)