Eugene Zolenko 6b0225a7de - redoing switch to generateBundle (#126 #127 #128)
- using rollup's own types
- min rollup bumped to 0.68
- updating dependencies
- package version 0.19
2019-01-04 15:52:31 -07:00

6 lines
237 B
TypeScript

import { IOptions } from "./ioptions";
import { Partial } from "./partial";
import { PluginImpl } from "rollup";
declare const typescript: PluginImpl<Partial<IOptions>>;
export default typescript;
//# sourceMappingURL=index.d.ts.map