superfaceai / one-sdk-js

1️⃣ One Node.js SDK for all the APIs you want to integrate with
https://superface.ai
MIT License
46 stars 3 forks source link

Objects can be without prototype and thus constructor #333

Closed freaz closed 1 year ago

freaz commented 1 year ago

Description

We can get inputs from users with inputs created using Object.create(null) so they have no constructor.

Motivation and Context

Types of changes

Checklist: