We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a529e15 commit 0f0a929Copy full SHA for 0f0a929
index.d.ts
@@ -12,7 +12,7 @@ export declare class Query {
12
}
13
14
export interface Options {
15
- [key: string]: string;
+ [key: string]: any;
16
// The following arguments are mandatory
17
input: string; // training file path
18
output: string; // output file path
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fasttext",
3
- "version": "1.0.0-beta.0",
+ "version": "1.0.0",
4
"description": "Nodejs binding for Fasttext representation and classification",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments