AvnerCohen / inferify

Return a string representing the common datatype of a given Object[].
MIT License
0 stars 1 forks source link

Infer types of complete objects #4

Closed eladb closed 11 years ago

eladb commented 11 years ago

Follow up on AvnerCohen/inferify#3

Allow passing arrays of objects to inferify and getting a complete object in return with all attributes inferred.

See readme and tests for more details.

Misc: indentation/capitalization issues

AvnerCohen commented 11 years ago

Thanks !