UNPKG

@simulacrum/github-api-simulator

Version:

Provides common functionality to frontend app and plugins.

5 lines 298 B
declare const schemaDefaults: readonly ["schema.docs-enterprise.graphql", "schema.docs.graphql", "api.github.com.json"]; export type SchemaFile = (typeof schemaDefaults)[number]; export declare function getSchema(schemaFile: SchemaFile | string): any; export {}; //# sourceMappingURL=utils.d.ts.map