The library appears to strip dates from the values of the object. `let thing = {time:new Date()}; let transformed = deepMapKeys(thing, item=>item); console.log(thing); console.log(transformed);` The "time" value comes back blank.