UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

4 lines 210 B
import { Fs } from '@wollybeard/kit'; import { type GraphQLSchema } from 'graphql'; export declare const read: (sdlFilePath: string) => Promise<null | Fs.File<GraphQLSchema>>; //# sourceMappingURL=read.d.ts.map