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