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

4 lines
90 B
TypeScript

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