UNPKG

gremlint

Version:

Linter/code formatter for Gremlin

3 lines (2 loc) 236 B
import { FormattedSyntaxTree, GremlintInternalConfig, UnformattedSyntaxTree } from '../types'; export declare const formatSyntaxTrees: (config: GremlintInternalConfig) => (syntaxTrees: UnformattedSyntaxTree[]) => FormattedSyntaxTree[];