DefinitelyTyped/jquery-param/jquery-param-tests.ts
2016-11-14 11:48:56 -08:00

4 lines
90 B
TypeScript

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