spellchecker-wasm/lib/nodejs/index.d.ts
Devmacs 109cfcb8a8
Fix for #26 - Removed the SpellcheckerWorker and made use of Spellche… (#29)
* Fix for #26 - Removed the SpellcheckerWorker and made use of SpellcheckerWasm directly in the CLI script. Updated Readme with new NodeJS usage.
2020-04-03 04:58:37 -07:00

2 lines
70 B
TypeScript

export * from './SpellcheckerWasm';
export * from '../SuggestedItem';