UNPKG

@anglr/types

Version:

Angular custom definition files for typescript

15 lines (12 loc) 195 B
declare module jqueryParam { interface IJQueryParam { (obj: any): string; } } declare module "jquery-param" { var param: jqueryParam.IJQueryParam; export = param; }