mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-31 16:40:02 +00:00
12 lines
376 B
TypeScript
12 lines
376 B
TypeScript
// Type definitions for graphql-bigint 1.0
|
|
// Project: https://github.com/stems/graphql-bigint#readme
|
|
// Definitions by: proudrain <https://github.com/proudrain>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.6
|
|
|
|
import { GraphQLScalarType } from 'graphql';
|
|
|
|
declare const GraphQLBigInt: GraphQLScalarType;
|
|
|
|
export = GraphQLBigInt;
|