chiefbiiko / dynamodb

deno <3 dynamodb
MIT License
25 stars 11 forks source link

Export type is required with --isolatedModules #29

Open Alxblsk opened 2 years ago

Alxblsk commented 2 years ago

Fixes #28.

As Deno turned on --isolatedModules flag by default, some interfaces required different exporting using export type instead of export interface.

chiefbiiko commented 2 years ago

thanks a lot for your contributions - will get back to this 🔜