UNPKG
@anglr/types
Version:
latest (1.1.18)
1.1.18
1.1.17
1.1.15
1.1.13
Angular custom definition files for typescript
@anglr/types
/
jquery-param
/
index.d.ts
15 lines
(12 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
declare
module
jqueryParam {
interface
IJQueryParam
{ (
obj
:
any
):
string
; } }
declare
module
"jquery-param"
{
var
param
: jqueryParam.
IJQueryParam
;
export
= param; }