UNPKG

graphql-extra-scalars

Version:

Collection of extra GraphQL scalar types like Email, URL, Password and more

14 lines (12 loc) 312 B
/** * Flowtype definitions for factory * Generated by Flowgen from a Typescript Definition * Flowgen v1.9.2 */ import { GraphQLScalarType } from "graphql"; declare var createRegexScalar: ( name: string, description: string, regexp: RegExp ) => GraphQLScalarType; declare export { createRegexScalar };