UNPKG
gremlint
Version:
beta (3.5.1-rc1)
latest (3.7.3)
3.7.3
3.7.2
3.7.1
3.7.0
3.6.8
3.6.7
3.6.6
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.8
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.1-rc1
Linter/code formatter for Gremlin
tinkerpop.apache.org
apache/tinkerpop
gremlint
/
lib
/
formatQuery
/
formatSyntaxTrees
/
formatWord.d.ts
3 lines
(2 loc)
•
240 B
TypeScript
View Raw
1
2
3
import
{
FormattedWordSyntaxTree
,
GremlintInternalConfig
,
UnformattedWordSyntaxTree
}
from
'../types'
;
export
declare
const
formatWord
:
(
config
:
GremlintInternalConfig
) =>
(
syntaxTree
:
UnformattedWordSyntaxTree
) =>
FormattedWordSyntaxTree
;