mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -152,7 +152,7 @@ declare module "nedb" {
|
||||
export = NeDBDataStore;
|
||||
}
|
||||
|
||||
declare module NeDB {
|
||||
declare namespace NeDB {
|
||||
|
||||
interface Cursor<T> {
|
||||
sort(query:any):Cursor<T>;
|
||||
@@ -204,4 +204,4 @@ declare module NeDB {
|
||||
setAutocompactionInterval(interval:number):void;
|
||||
stopAutocompaction():void;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user