Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/sms-connector/node_modules/graphql/utilities/
Upload File :
Current File : //home/deltalab/PMS/sms-connector/node_modules/graphql/utilities/assertValidName.d.ts

import { GraphQLError } from '../error/GraphQLError';

/**
 * Upholds the spec rules about naming.
 */
export function assertValidName(name: string): string;

/**
 * Returns an Error if a name is invalid.
 */
export function isValidNameError(name: string): GraphQLError | undefined;