DefinitelyTyped/types/jquery-deparam/jquery-deparam-tests.ts
2017-03-24 14:27:52 -07:00

4 lines
122 B
TypeScript

import deparam = require('jquery-deparam');
const test1 = deparam('a=A&b=B&c=C') as { a: string, b: string, c: string };