hughsk / flat

:steam_locomotive: Flatten/unflatten nested Javascript objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDN // browserify version

abitrolly opened this issue · comments

https://cdn.jsdelivr.net/npm/flat@5.0.0 can not be used without Node, because it contains at least require call, and using it in browser javascript console would be very convenient for debugging.

This is no longer the case in the latest version as we no longer have external dependencies.