UNPKG

gremlint

Version:

Linter/code formatter for Gremlin

3 lines (2 loc) 271 B
import { FormattedNonGremlinSyntaxTree, GremlintInternalConfig, UnformattedNonGremlinSyntaxTree } from '../types'; export declare const formatNonGremlin: (_config: GremlintInternalConfig) => (syntaxTree: UnformattedNonGremlinSyntaxTree) => FormattedNonGremlinSyntaxTree;