DefinitelyTyped/graphql/utilities/assertValidName.d.ts
TonyYang 16f19c95e9 [graphql] Meet types-2.0 style (#13831)
* Meet type-2.0 style

* Fix the exports
2017-01-11 07:03:37 -08:00

2 lines
103 B
TypeScript

// Helper to assert that provided names are valid.
export function assertValidName(name: string): void;