Sha256: 78647004e18e4c16b8a2e8345fca9267573d1c5a29e11ddfee71858fd077ef6e
Contents?: true
Size: 319 Bytes
Versions: 26
Compression:
Stored size: 319 Bytes
Contents
/** * A string containing the version of the GraphQL.js library */ export declare const version: string; /** * An object containing the components of the GraphQL.js version string */ export declare const versionInfo: Readonly<{ major: number; minor: number; patch: number; preReleaseTag: string | null; }>;
Version data entries
26 entries across 26 versions & 1 rubygems