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

index.d.ts: make Options properties optional #73

Closed dimip1606 closed 2 years ago

dimip1606 commented 2 years ago

Otherwise you have to provide an object containing all properties, although _.defaults will overwrite any property that has not been set.