UNPKG

109 BTypeScriptView Raw
1import { Source } from 'graphql';
2export declare function loadDocuments(pointer: string): Promise<Source[]>;