Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lacona-util-fulltext

brandonhorst10MIT0.2.0

Take lacona output and generate a simple string

lacona, fulltext, text, simple

readme

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"