UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

13 lines (12 loc) 252 B
let _fetchStaticHtml = null; function setFetchStaticHtml(fn) { _fetchStaticHtml = fn; } function getFetchStaticHtml() { return _fetchStaticHtml; } export { getFetchStaticHtml, setFetchStaticHtml }; //# sourceMappingURL=staticHtmlFetcher.js.map