For the complete documentation index, see llms.txt. This page is also available as Markdown.

ES Modules

Due to validity of .js imports in TypeScript for ES modules you can use the flag es to generate .js imports

$ zeus schema.graphql ./ --es

Last updated

Was this helpful?