DefinitelyTyped/types/rollup-plugin-url/rollup-plugin-url-tests.ts
Jeroen Claassens 985c9cf6b2 Add type definitions for rollup-plugin-url (#37462)
Signed-off-by: Jeroen Claassens <support@favware.tech>
2019-08-08 10:20:44 -07:00

6 lines
125 B
TypeScript

import url from 'rollup-plugin-url';
url(); // $ExpectType Plugin
url({ emitFile: true, limit: 0 }); // $ExpectType Plugin