UNPKG

gremlint

Version:

Linter/code formatter for Gremlin

3 lines (2 loc) 296 B
import { GremlinStepGroup, GremlinSyntaxTreeFormatter, GremlintInternalConfig, UnformattedSyntaxTree } from '../../../types'; export declare const getStepGroups: (formatSyntaxTree: GremlinSyntaxTreeFormatter, steps: UnformattedSyntaxTree[], config: GremlintInternalConfig) => GremlinStepGroup[];