0.1.4 • Published 2 years ago

native-textcheck v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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.4

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.5

2 years ago

0.1.3

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago