8 lines
211 B
TypeScript
8 lines
211 B
TypeScript
/**
|
|
* 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
|
|
}
|