AvnerCohen / inferify

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

Copy pasta in readme. #5

Closed rwaldron closed 11 years ago

rwaldron commented 11 years ago

I'm sure you didn't mean for these to be "date"

var dt = inferify(["true", "false" , "false"]);
//dt = "date"
AvnerCohen commented 11 years ago

@rwldrn Thanks!