Create jquery-urlparam.d.ts

This commit is contained in:
Sam Saint-Pettersen
2015-08-27 01:20:05 +01:00
parent fa8d9683f3
commit 8b244197ae
+8
View File
@@ -0,0 +1,8 @@
// Type definitions for jquery-urlparam
// Project: https://gist.github.com/stpettersens/e1f4478f299b6f4905c1
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
interface JQueryStatic {
urlParam(variable: string): string;
}