UNPKG
@hubhorizonllc/tracker
Version:
latest (1.0.1)
1.0.1
1.0.0
Tracks and analyzes user behavior using Chrome's TextClassifier
github.com/aiux/tracker
aiux/tracker
@hubhorizonllc/tracker
/
dist
/
types
/
classifier.d.ts
3 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
import
type
{
ClassificationResult
}
from
"./types"
;
export
declare
function
classifyText
(
text
:
string
):
Promise
<
ClassificationResult
>;