Files
DefinitelyTyped/types/graphql-iso-date/graphql-iso-date-tests.ts
Jason Waldrip 56e3995300 Add typings for graphql-iso-date (#23202)
* Create index.d.ts

* Create tsconfig.json

* Update index.d.ts

* add graphql-iso-date types

* fix tests

* add strict function types
2018-01-26 09:03:21 -08:00

6 lines
137 B
TypeScript

import { GraphQLDate, GraphQLTime, GraphQLDateTime } from "graphql-iso-date";
GraphQLDate.name;
GraphQLTime.name;
GraphQLDateTime.name;