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
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