Skip to content

Commit

Permalink
Fix/add definition headers (DefinitelyTyped#12954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy authored Nov 28, 2016
1 parent 9e1555c commit adbe946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions jquery-param/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Type definitions for jquery-param v1.0.0
// Project: https://github.com/knowledgecode/jquery-param
// Definitions by: Pat Sissons <http://github.com/patsissons>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export as namespace param;

Expand Down
5 changes: 5 additions & 0 deletions waterline/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Type definitions for waterline 0.11
// Project: https://github.com/balderdashy/waterline
// Definitions by: Alexandro Libertino <https://github.com/arvitaly>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import BluebirdPromise = require("bluebird");
declare namespace Waterline {
type Adapter = Object;
Expand Down

0 comments on commit adbe946

Please sign in to comment.