DefinitelyTyped/types/rollup-plugin-json/rollup-plugin-json-tests.ts
2019-03-20 09:18:48 -07:00

6 lines
140 B
TypeScript

import json = require('rollup-plugin-json');
json(); // $ExpectType Plugin
json({preferConst: true, indent: ' '}); // $ExpectType Plugin