Upload files to "/"
This commit is contained in:
commit
1fa6d558c7
149 changed files with 27987 additions and 0 deletions
13
dist/server.d.ts
vendored
Normal file
13
dist/server.d.ts
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* * Parses an HTML string on the server, allowing DOM manipulation.
|
||||
* @param html The raw HTML string.
|
||||
* @returns An object containing the window, document, and the jBase instance setup.
|
||||
*/
|
||||
export declare function parseHTML(html: string): {
|
||||
$: (selector: import("./types").JBaseInput) => import("./core").jBase;
|
||||
document: Document;
|
||||
window: Window;
|
||||
html: () => string;
|
||||
close: () => void;
|
||||
};
|
||||
//# sourceMappingURL=server.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue