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