Skip to content

Commit 399627c

Browse files
committed
feat(package): export utils
1 parent c83f27b commit 399627c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/pkg.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ import type { RoutePath } from '@/../assets/build/route-paths';
44
import type { Data, Route, Namespace } from './types';
55
import { namespaces } from './registry';
66

7+
export * from '@/types';
8+
export { default as ofetch } from '@/utils/ofetch';
9+
export * from '@/utils/parse-date';
10+
711
let app: Hono | null = null;
812

913
function ensureAppInitialized(app: Hono | null): asserts app is Hono {

0 commit comments

Comments
 (0)