// Type definitions for jquery-urlparam // Project: https://gist.github.com/stpettersens/e1f4478f299b6f4905c1 // Definitions by: Sam Saint-Pettersen // Definitions: https://github.com/borisyankov/DefinitelyTyped /// interface JQueryStatic { urlParam(variable: string): string; }