mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
10 lines
252 B
TypeScript
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;
|