UNPKG

graphql-request

Version:

Minimal GraphQL client supporting Node and browsers for scripts or simple apps.

13 lines 300 B
type Parameter = { type: 'name'; value: string; } | { type: 'destructured'; names: string[]; }; export declare const analyzeFunction: (fn: (...args: [...any[]]) => unknown) => { body: string; parameters: Parameter[]; }; export {}; //# sourceMappingURL=analyzeFunction.d.ts.map