Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

brandonhorst/lacona-util-fulltext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lacona-util-fulltext

Travis Coverage Status

Take lacona output and generate a simple string.

Useful for passing to lacona-addon-* functions.

Given this input:

{
    "match": [
        {"string": "a"},
        {"string": " "}
    ],
    "suggestion": {
        "charactersComplete": 0,
        "words": [
            {"string": "b"}
        ]
    },
    "completion": [
        {"string": " "},
        {"string": "c"}
    ]
}

Generate this output:

"a b c"

About

Take lacona output and generate a simple string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published