dachev / node-cld

Language detection for Javascript (Node). Based on the CLD2 (Compact Language Detector) library from Google.
Apache License 2.0
316 stars 55 forks source link

Update TypeScript declarations #75

Closed queengooborg closed 1 year ago

queengooborg commented 1 year ago

This PR updates the TypeScript declarations to ensure that TypeScript users can use the LANGUAGES, DETECTED_LANGUAGES and ENCODINGS variables.

dachev commented 1 year ago

Thank you for the contribution @queengooborg!