/** * Go json translator pretty much * * This is just cause I gotta stick to not touching Public templates */ export default function ungoop(obj: object) { // TODO. will prob just use the type system }