UNPKG

173 BTypeScriptView Raw
1export declare class GraphQLTypesLoader {
2 mergeTypesByPaths(paths: string | string[]): Promise<string>;
3 private getTypesFromPaths;
4 private includeNodeModules;
5}