UNPKG

@proofkit/typegen

Version:

`@proofkit/typegen` is a tool for generating TypeScript types from FileMaker database schemas, making it easier to work with FileMaker data in modern TypeScript projects.

9 lines (8 loc) 227 B
import { generateTypedClients } from "./typegen.js"; import { typegenConfig, typegenConfigSingle } from "./types.js"; export { generateTypedClients, typegenConfig, typegenConfigSingle }; //# sourceMappingURL=index.js.map