broccolijs / broccoli-funnel

MIT License
66 stars 37 forks source link

Remove blank-object dependency. #142

Closed rwjblue closed 3 years ago

rwjblue commented 3 years ago

This "trick" is no longer needed, we can just use Object.create(null) instead.