rollup-plugin-rld
Version:
Rollup plugin to inject a live reload script into your bundle
9 lines (7 loc) • 298 B
TypeScript
/** @format */
export type { Emitter } from './Emitter';
export type { EmitterAction } from './EmitterAction';
export type { EmitChanges } from './EmitChanges';
export type { Subscribe } from './Subscribe';
export type { ServerInit } from './ServerInit';
export type { RldInit } from './RldInit';