mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
320 B
TypeScript
11 lines
320 B
TypeScript
// Type definitions for jquery-param v1.0.0
|
|
// Project: https://github.com/knowledgecode/jquery-param
|
|
// Definitions by: Pat Sissons <https://github.com/patsissons>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export as namespace param;
|
|
|
|
export = param;
|
|
|
|
declare function param(obj: any): string;
|