UNPKG

webdav

Version:
9 lines (8 loc) 185 B
import { HotPatcher } from "hot-patcher"; let __patcher = null; export function getPatcher() { if (!__patcher) { __patcher = new HotPatcher(); } return __patcher; }