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 c83f27b commit 399627cCopy full SHA for 399627c
lib/pkg.ts
@@ -4,6 +4,10 @@ import type { RoutePath } from '@/../assets/build/route-paths';
4
import type { Data, Route, Namespace } from './types';
5
import { namespaces } from './registry';
6
7
+export * from '@/types';
8
+export { default as ofetch } from '@/utils/ofetch';
9
+export * from '@/utils/parse-date';
10
+
11
let app: Hono | null = null;
12
13
function ensureAppInitialized(app: Hono | null): asserts app is Hono {
0 commit comments