therealchjones / mffer

Marvel Future Fight exploration & reporting
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Consider deprecating isFalseOrEmpty to simply use falsey check and code around other possibilities (e.g., using for...in loop to avoid empty objects) #148

Open therealchjones opened 2 years ago

therealchjones commented 2 years ago

https://github.com/therealchjones/mffer/blob/3861ec1370deaf6778beb565289e9d96c27e7f6f/src/webapp/Code.ts#L172

therealchjones commented 2 years ago

However, TypeScript does not use falsy the same way; may still be appropriate to use a function