typed-mxgraph / typed-mxgraph

mxGraph typescript declarations
https://www.npmjs.com/package/@typed-mxgraph/typed-mxgraph
MIT License
62 stars 24 forks source link

fix: don't use `any` in signature of the mxGraphModel filter functions #52

Closed tbouffard closed 2 years ago

tbouffard commented 2 years ago

The filters only apply to mxCell so simplify the signature of filter functions and remove any.

Rationale

hungtcs commented 2 years ago

LGTM +1