UNPKG

rollup-plugin-rld

Version:

Rollup plugin to inject a live reload script into your bundle

8 lines (6 loc) 137 B
/** @format */ /** * @description * Function to notify subscribers to execute their action. */ export type EmitChanges = () => void;