UNPKG

121 BTypeScriptView Raw
1import { GraphQLScalarType } from 'graphql';
2export declare const GraphQLNegativeInt: GraphQLScalarType<number, number>;