Woohoo!!
Depends on D6527
Converting this to an object and back to a string is necessary for Flow, which otherwise complains that useENSNames can only take an object. (Technically a string is an object, so this works in JS, but Flow doesn't allow it)
Nice