UNPKG

@saeris/graphql-scalars

Version:

A collection of scalar types using Joi for validation

4 lines (3 loc) 140 B
import { GraphQLScalarType } from "graphql"; export declare const MACScalar = "scalar MAC"; export declare const MAC: GraphQLScalarType;