UNPKG

127 BTypeScriptView Raw
1import { ComplexityEstimator } from "graphql-query-complexity";
2export declare type Complexity = ComplexityEstimator | number;