UNPKG

181 BTypeScriptView Raw
1import { GraphQLScalarType } from 'graphql';
2export declare const specifiedScalarTypes: Array<GraphQLScalarType>;
3export default function isSpecifiedScalarType(type: any): boolean;