mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
376 B
TypeScript
8 lines
376 B
TypeScript
// Type definitions for graphql-query-complexity 0.1
|
|
// Project: https://github.com/slicknode/graphql-query-complexity
|
|
// Definitions by: Abhik Mitra <https://github.com/abhikmitra>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.6
|
|
import createQueryComplexityValidator from "./dist";
|
|
export default createQueryComplexityValidator;
|