9 lines
240 B
JavaScript
9 lines
240 B
JavaScript
import { t as tryImport } from './index-DoHiaFQM.js';
|
|
|
|
const getToJsonSchemaFn = async () => {
|
|
const { toJSONSchema } = await tryImport(import('sury'), "sury");
|
|
return (schema) => toJSONSchema(schema);
|
|
};
|
|
|
|
export { getToJsonSchemaFn };
|