// Type definitions for jquery-param v1.0.0 // Project: https://github.com/knowledgecode/jquery-param // Definitions by: Pat Sissons // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export as namespace param; export = param; declare function param(obj: any): string;