mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-24 13:00:46 +08:00
added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+5
-3
@@ -1,6 +1,8 @@
|
||||
// URI.js
|
||||
// Type definitions for URI.js
|
||||
// Project: https://github.com/medialize/URI.js
|
||||
// Definitions by: https://github.com/RodneyJT
|
||||
// Definitions by: RodneyJT <https://github.com/RodneyJT>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface URIOptions {
|
||||
@@ -181,4 +183,4 @@ declare class URI {
|
||||
|
||||
interface JQuery {
|
||||
uri(): URI;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user