Skip to content

Commit

Permalink
Merge pull request #280 from ralucas/master
Browse files Browse the repository at this point in the history
adds `ddb` interface to typescript module
  • Loading branch information
fishcharlie committed Mar 22, 2018
2 parents c410092 + a2c01d3 commit 4a59c3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dynamoose.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ declare module "dynamoose" {
export var AWS: typeof _AWS;

export function local(url: string): void;
export function ddb(): typeof _AWS.DynamoDB;

export function model<DataSchema, KeySchema>(
modelName: string,
schema: Schema,
Expand Down

0 comments on commit 4a59c3d

Please sign in to comment.