UNPKG

175 BTypeScriptView Raw
1import { GraphQLScalarType } from 'graphql';
2import { GeoJSONObject } from './types.js';
3export declare const GraphQLGeoJSON: GraphQLScalarType<GeoJSONObject, GeoJSONObject>;