UNPKG

250 BTypeScriptView Raw
1import { Declaration } from "@babel/types";
2declare const _default: (fragmentOrOperationName: string, filePath: string, outputPath: string, fragmentDependencies: string[], exportStringDeclaration?: boolean) => Declaration[];
3export default _default;