@spirobel/mininext 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/url.d.ts +1 -1
- package/package.json +1 -1
package/dist/url.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export declare class url {
|
|
|
77
77
|
private static frontends;
|
|
78
78
|
private static svgs;
|
|
79
79
|
static svg(path: string, options?: ResponseInit): string | undefined;
|
|
80
|
-
static frontend(path: string, snippet?: HtmlHandler): HtmlString;
|
|
80
|
+
static frontend(path: string, snippet?: HtmlHandler | BasedHtml): HtmlString;
|
|
81
81
|
/**
|
|
82
82
|
* This is used by the frontend bundler in order to find all frontends and their corresponding script files.
|
|
83
83
|
*/
|