UNPKG

@proofgeist/fmdapi

Version:
16 lines 541 B
import { generateTypedClients } from "./typegen/index.js"; import { getLayoutMetadata } from "./typegen/getLayoutMetadata.js"; /** * @deprecated Use `getLayoutMetadata` from `@proofgeist/fmdapi/typegen` instead. */ export const getSchema = async (...args) => { return await getLayoutMetadata(...args); }; /** * @deprecated Use `generateTypedClients` from `@proofgeist/fmdapi/typegen` instead. */ export const generateSchemas = async (...args) => { generateTypedClients(...args); return; }; //# sourceMappingURL=codegen.js.map