mljs / kmeans

K-Means clustering
MIT License
87 stars 14 forks source link

generate .d.ts file to support Typescript #14

Closed hunnble closed 1 year ago

hunnble commented 5 years ago

I tried to use ml-kmeans in a TypeScript project, but it appears that kmeans I import is not a function, generating .d.ts file may help.

stropitek commented 1 year ago

Superseeded by #17