mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
11 lines
346 B
TypeScript
11 lines
346 B
TypeScript
// Type definitions for jquery-deparam v1.0.0
|
|
// Project: https://github.com/AceMetrix/jquery-deparam
|
|
// Definitions by: Pat Sissons <http://github.com/patsissons>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export as namespace deparam;
|
|
|
|
export = deparam;
|
|
|
|
declare function deparam(params: string, coerce?: boolean): any;
|