mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
8 lines
303 B
TypeScript
8 lines
303 B
TypeScript
import { IOptions } from "./ioptions";
|
|
import { Partial } from "./partial";
|
|
import { PluginImpl } from "rollup";
|
|
declare type RPT2Options = Partial<IOptions>;
|
|
export { RPT2Options };
|
|
declare const typescript: PluginImpl<RPT2Options>;
|
|
export default typescript;
|
|
//# sourceMappingURL=index.d.ts.map
|