UNPKG

@merkur/cli

Version:

Merkur is tiny and extensible library for creating front-end microservices.

6 lines (5 loc) 127 B
export async function reload({ to, command }) { if (to === 'browser' && command === 'reload') { location.reload(); } }