UNPKG

124 BTypeScriptView Raw
1import { Source } from 'graphql';
2export declare function extractDocumentStringFromCodeFile(source: Source): string | void;