UNPKG

static-browser-server

Version:

A simple service worker used for the static template in sandpack, allowing users to develop websites like they would locally in the browser.

6 lines (5 loc) 104 B
/// <reference lib="dom" /> declare global { var __SERVICE_WORKER_BUNDLE_NAME: string; } export {};