UNPKG

eslint-plugin-graphile-export

Version:

ESLint plugin to help ensure your schema is exportable by graphile-export

4 lines 222 B
import type { CallExpression } from "@babel/types"; export declare function isExportableCall(node: any): node is CallExpression; export declare function isEXPORTABLE(node: any): boolean; //# sourceMappingURL=utils.d.ts.map