Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#8585 from DefinitelyTyped/fix-lokijs
Browse files Browse the repository at this point in the history
fix lokijs/lokijs.d.ts
  • Loading branch information
vvakame committed Mar 16, 2016
2 parents 162eb5e + a005ef0 commit 3b5d9af
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lokijs/lokijs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1539,8 +1539,6 @@ interface LokiJquerySyncAdapterError extends Error {
/* ======== END jquery-sync-adapter.js ======== */




declare var LokiCryptedFileAdapterConstructor: {
new (): LokiCryptedFileAdapter;
}
Expand Down Expand Up @@ -1569,13 +1567,3 @@ declare var LokiConstructor: {
declare module "lokijs" {
export = LokiConstructor;
}


declare var LokiIndexedAdapterConstructor: {
new (filename: string): LokiIndexedAdapter;
};


declare module "loki-indexed-adapter" {
export = LokiIndexedAdapterConstructor;
}

0 comments on commit 3b5d9af

Please sign in to comment.