mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
test secrets extraction
This commit is contained in:
@@ -3,6 +3,8 @@ import * as s from "jsonv-ts";
|
||||
export { validator as jsc, type Options } from "jsonv-ts/hono";
|
||||
export { describeRoute, schemaToSpec, openAPISpecs } from "jsonv-ts/hono";
|
||||
|
||||
export { secret } from "./secret";
|
||||
|
||||
export { s };
|
||||
|
||||
export const stripMark = <O extends object>(o: O): O => o;
|
||||
|
||||
Reference in New Issue
Block a user