Generate dynamic, composable suggestions for text completion.
autosuggestion
can be used in Node.js and browsers.
npm install autosuggestion
// ES Module (ESM)
import { Dictionary } from 'autosuggestion'
// CommonJS (CJS)
const autosuggestion = require('autosuggestion')
<!-- HTML Script Tag -->
<script type='text/javascript' src='https://unpkg.com/autosuggestion'></script>
For more details, see documentation.
Dictionary
const dictionary = new Dictionary()
list of live example pages brief section descriptions of each feature
npm version major|minor|patch
eventually, consider using semantic-release
The name of a scope group defined by a lookup.
The name of a scope.
A suggested pattern.
A Word
is a string.
Generated using TypeDoc
A sequence of terms which define a suggesion pattern.