UNPKG

gql.tada

Version:

The spec-compliant & magical GraphQL query language engine in the TypeScript type system

10 lines (8 loc) 171 B
#!/usr/bin/env node (async function main() { try { await import('../dist/gql-tada-cli.mjs'); } catch (_error) { require('../dist/gql-tada-cli.js'); } })();