Sha256: 778b684ebc6b006fcffeab77d25b34bf6e400100e0ec0c76056e165c6399ab05
Contents?: true
Size: 480 Bytes
Versions: 26
Compression:
Stored size: 480 Bytes
Contents
import type { Location } from './ast'; import type { SourceLocation } from './location'; import type { Source } from './source'; /** * Render a helpful description of the location in the GraphQL Source document. */ export declare function printLocation(location: Location): string; /** * Render a helpful description of the location in the GraphQL Source document. */ export declare function printSourceLocation( source: Source, sourceLocation: SourceLocation, ): string;
Version data entries
26 entries across 26 versions & 1 rubygems