rynop / dynamodb-local

A wrapper for AWS DynamoDB Local, intended for use in testcases
MIT License
52 stars 30 forks source link

Restructure Typescript bindings #17

Closed Retsam closed 6 years ago

Retsam commented 6 years ago

Restructures the current typescript bindings, removing the module wrapper.

The current typings fail with "error TS2666: Exports and export assignments are not permitted in module augmentations". I don't think a module wrapper is necessary for index.d.ts files included with source files (c.f. redux typings).

doapp-ryanp commented 6 years ago

npm published under v0.0.20

Retsam commented 6 years ago

Thanks for the quick turnaround!

doapp-ryanp commented 6 years ago

no problem. thanks for the PR!