klaudiosinani / dsforest

Disjoint-set forests for ES6
MIT License
16 stars 0 forks source link

Replace `any` default type for generics with `unknown` #22

Closed athangkanos closed 5 years ago

athangkanos commented 5 years ago

Description

The PR replaces the any type used as the default type for the generic type parameters with the more type-safe unknown type.