mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-30 18:32:40 +08:00
* Create index.d.ts * Create tsconfig.json * Update index.d.ts * add graphql-iso-date types * fix tests * add strict function types
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import { GraphQLDate, GraphQLTime, GraphQLDateTime } from "graphql-iso-date";
|
|
|
|
GraphQLDate.name;
|
|
GraphQLTime.name;
|
|
GraphQLDateTime.name;
|