Commit Graph
17 Commits
Author SHA1 Message Date
Mohamed HegazyandGitHub cadb4a9693 Merge pull request #7093 from cherrydev/patch-2
added missing static functions
2016-06-26 19:31:37 -07:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
David Fahlander 8ad9423c15 Added Definitions line 4 2016-03-09 02:33:59 +01:00
David Fahlander 415aedb408 Fixed wrong header comment. 2016-03-09 02:14:38 +01:00
David Fahlander 4016ab0a21 Fix after compiling with tsd 2016-03-09 02:11:06 +01:00
David Fahlander 2f23ff4c61 Updated to v1.3.1. 2016-03-09 02:02:28 +01:00
Prannay Budhraja ee1e270d1d revert dexie export back to module definition 2016-02-11 14:18:57 -08:00
Prannay Budhraja 9d92676adb Update dexie.d.ts to version 1.2
From dexie.js source repo commit 92372b017810704bd7f812e7b0b86df866e8d222
--
Allow dexie to be referenced in typescript projects.
e.g.

```
import * as Dexie from 'dexie';
```

Dexie will now be properly typed without having to reference Dexie.d.ts in DefinitelyTyped or through src/Dexie.d.ts (which isn't exposed in npm anyways)
2016-02-10 17:45:05 -08:00
cherrydev 030953bec9 Update dexie.d.ts
Cat walked across the keyboard.  Just not my day…
2015-12-10 14:49:05 -08:00
cherrydev 8561b6b2de Update dexie.d.ts
Fix embarrassing typo
2015-12-10 14:43:38 -08:00
cherrydev fe3f2f35a8 added missing static functions
Function definition for Dexie.delete at Dexie.js:3246
Function definition for Dexie.exists at Dexie.js:3259

Other static definitions are still missing.
2015-12-07 12:45:56 -08:00
cherrydev 44c617ff73 Update dexie.d.ts ; Add semicolons to quell errors
Some TS editors are complaining about a few missing semicolons.
2015-11-27 16:33:58 -08:00
homoroselaps 87852dedd8 possible type spelling mistake
There is no type called "Number" defined
2015-11-03 12:53:07 +01:00
Darryl Pogue fb9460cccc Use lowercase dexie in the test as well. 2015-06-30 11:00:16 -07:00
Darryl Pogue c8023e0074 Use lowercase "dexie" to match node module name 2015-06-30 10:16:52 -07:00
David Fahlander 8acdd6fc7d Fixed errors from npm test 2015-04-23 22:52:51 +02:00
David Fahlander 5850b78734 Added dexie.d.ts 2015-04-23 22:25:49 +02:00