Alice
Results
2
issues of
Alice
How would you normally handle a parameter that has multiple types? I have a hash, containing a key `channel_id` that can be either `string` or `integer`. Thanks a lot for...
I noticed that some uppercased keys were camelized in a weird way: ```js humps.camelizeKeys({ "USERNAME": "foo" }) // returns { uSERNAME: "foo" } ``` I've used a custom function &...