mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
bump rc
This commit is contained in:
@@ -27,7 +27,7 @@ export type ParseOptions = {
|
||||
clone?: boolean;
|
||||
};
|
||||
|
||||
const cloneSchema = <S extends s.TSchema>(schema: S): S => {
|
||||
export const cloneSchema = <S extends s.TSchema>(schema: S): S => {
|
||||
const json = schema.toJSON();
|
||||
return s.fromSchema(json) as S;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user