metacall / faas

Reimplementation of MetaCall FaaS platform written in TypeScript.
https://dashboard.metacall.io
Apache License 2.0
14 stars 21 forks source link

Removing eslint issue #40

Closed HeeManSu closed 8 months ago

HeeManSu commented 8 months ago
Creatoon commented 8 months ago

Hey @HeeManSu This is not required as diffing function will not just be used for diffing inspect objects, it's a generic function to diff any kind of object, that's why we don't have to apply type check here for inspect kind of objects.

Thanks