Export getCachedResult from classifier
This commit is contained in:
parent
e14587476e
commit
bced7447b2
1 changed files with 1 additions and 1 deletions
|
@ -387,4 +387,4 @@ async function classifyText(text, criterion, cacheKey = null) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export { classifyText, classifyTextSync, setConfig, removeCacheEntries, getReason };
|
export { classifyText, classifyTextSync, setConfig, removeCacheEntries, getReason, getCachedResult };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue