UNPKG

classifier.js

Version:

:robot: Natural language processing with Javascript

4 lines (3 loc) 214 B
import { ClassifierProps } from '../types'; export declare const isArray: (arg: any) => arg is any[]; export declare const returnTypeParser: (value: number, options: ClassifierProps['options']) => string | number;