dumbmatter / fakeIndexedDB

A pure JS in-memory implementation of the IndexedDB API
Apache License 2.0
562 stars 69 forks source link

typescript types #57

Closed Richifg closed 2 years ago

Richifg commented 3 years ago

Added declaration: true to tsconfig to allow tsc command to emit declaration files for everything. Also added export default to index.ts so the index declaration file is emitted correctly.

dumbmatter commented 2 years ago

Closing this PR because the v4 branch has types now :)