UNPKG

graphql-extra-scalars

Version:

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

4 lines (3 loc) 178 B
import { TypeCoercer } from './literalParser'; declare const createRegexpTypeCoercer: (name: string, regexp: RegExp) => TypeCoercer<string>; export { createRegexpTypeCoercer, };