metacall / faas

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

Removing eslint issue #40

Closed HeeManSu closed 4 months ago

HeeManSu commented 4 months ago
Creatoon commented 4 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