0.1.5 • Published 4 months ago

native-textcheck v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

native-textcheck

Quick plugin that allows you to spellcheck or utilize next-word predictions from native libraries.

Install

npm install native-textcheck
npx cap sync

API

getChecks(...)

getChecks(options: RetrievalOptions) => Promise<RetrievalResult>
ParamType
optionsRetrievalOptions

Returns: Promise<RetrievalResult>


Interfaces

RetrievalResult

PropType
okboolean
msgstring
resultsNTCChecks

NTCChecks

PropType
spellcheckstring[]
predictionsstring[]

RetrievalOptions

PropType
basestring
spellcheckboolean
predictionsboolean
0.1.5

4 months ago

0.1.4

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.5

3 years ago

0.1.3

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago