yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

Fix TypeScript definitions and add tests. #74

Closed gabrielmaldi closed 9 years ago

gabrielmaldi commented 9 years ago

Now the definitions (and new tests) successfully compile on TypeScript 1.5.3 with tsc --noImplicitAny ydn.db-1.0-tests.ts.