Files
tasq/node_modules/xsschema/dist/effect-Df2gY8Wx.js
T
2026-04-09 19:01:53 +08:00

9 lines
245 B
JavaScript

import { t as tryImport } from './index-DoHiaFQM.js';
const getToJsonSchemaFn = async () => {
const { JSONSchema } = await tryImport(import('effect'), "effect");
return (schema) => JSONSchema.make(schema);
};
export { getToJsonSchemaFn };