UNPKG

155 BTypeScriptView Raw
1import { GraphQLScalarType } from 'graphql';
2export declare const IPV6_REGEX: RegExp;
3export declare const GraphQLIPv6: GraphQLScalarType<string, string>;