Files
DefinitelyTyped/jquery-param/index.d.ts
2016-11-14 11:48:56 -08:00

10 lines
252 B
TypeScript

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