Files
DefinitelyTyped/types/graphql-date/index.d.ts
2017-07-25 10:34:23 -07:00

11 lines
324 B
TypeScript

// Type definitions for graphql-date 1.0
// Project: https://github.com/tjmehta/graphql-date
// Definitions by: Eric Naeseth <https://github.com/enaeseth>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { GraphQLScalarType } from 'graphql';
declare const date: GraphQLScalarType;
export = date;