mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #4779 from dpogue/dexie-module-case
Use lowercase "dexie" to match node module name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="dexie.d.ts" />
|
||||
|
||||
import Dexie = require("Dexie");
|
||||
import Dexie = require("dexie");
|
||||
|
||||
module Utils {
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -315,6 +315,6 @@ declare module Dexie {
|
||||
}
|
||||
}
|
||||
|
||||
declare module 'Dexie' {
|
||||
declare module 'dexie' {
|
||||
export = Dexie;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user