Antonio Esposito

Results 2 issues of Antonio Esposito

This changeset manages #95 and enhances the Filter type in order to build filter objects as `TypedFilter` or `Array`. In this way it would be possible to have type safety...

It would be nice to have typed filter in order to avoid typo in the property names. As an example: ``` interface Square { width: number; height: number; } const...