0.2.0 • Published 9 years ago

lacona-util-fulltext v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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"
0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago