UNPKG

gremlint

Version:

Linter/code formatter for Gremlin

3 lines (2 loc) 240 B
import { FormattedWordSyntaxTree, GremlintInternalConfig, UnformattedWordSyntaxTree } from '../types'; export declare const formatWord: (config: GremlintInternalConfig) => (syntaxTree: UnformattedWordSyntaxTree) => FormattedWordSyntaxTree;