UNPKG

315 BTypeScriptView Raw
1/**
2 * Copyright (c) 2017, Dirk-Jan Rutten
3 * All rights reserved.
4 *
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the root directory of this source tree.
7 *
8 */
9import { GraphQLScalarType } from 'graphql';
10export declare const GraphQLTime: GraphQLScalarType<Date, string>;