Skip to content

Commit e87d0c1

Browse files
committed
remove useless exports in d.ts file
1 parent fbbd72c commit e87d0c1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/index.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ declare function remove(client: DocumentClient)
2929
: (table: String)
3030
=> (key: any, options?: DocumentClient.DeleteItemInput)
3131
=> Promise<any>;
32-
33-
exports.query = query;
34-
exports.get = get;
35-
exports.scan = scan;
36-
exports.put = put;
37-
exports.update = update;
38-
exports.remove = remove;

0 commit comments

Comments
 (0)