We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e9c72 commit 629c603Copy full SHA for 629c603
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elysiajs/html",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "Plugin for Elysia that add support for returning html",
5
"author": {
6
"name": "saltyAom",
src/index.ts
@@ -7,3 +7,8 @@ export * from './options'
7
export * from './utils'
8
9
export { Html } from '@kitajs/html'
10
+
11
+declare global {
12
+ /** The html factory namespace. */
13
+ var Html: typeof import('./index')
14
+}
0 commit comments