gremlint
Version:
Linter/code formatter for Gremlin
3 lines (2 loc) • 333 B
TypeScript
import { FormattedClosureSyntaxTree, GremlinSyntaxTreeFormatter, GremlintInternalConfig, UnformattedClosureSyntaxTree } from '../types';
export declare const formatClosure: (formatSyntaxTree: GremlinSyntaxTreeFormatter) => (config: GremlintInternalConfig) => (syntaxTree: UnformattedClosureSyntaxTree) => FormattedClosureSyntaxTree;