native-textcheck
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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>
Param Type
options RetrievalOptions

Returns: Promise<RetrievalResult>


Interfaces

RetrievalResult

Prop Type
ok boolean
msg string
results NTCChecks

NTCChecks

Prop Type
spellcheck string[]
predictions string[]

RetrievalOptions

Prop Type
base string
spellcheck boolean
predictions boolean

Readme

Keywords

Package Sidebar

Install

npm i native-textcheck

Weekly Downloads

4

Version

0.1.4

License

MIT

Unpacked Size

28.5 kB

Total Files

22

Last publish

Collaborators

  • andrew-lyons