got parser to work (mostly i think). it aint so pretty tho. ALSO BRO FUCKING CRLF
This commit is contained in:
parent
43779e110a
commit
cd07c310cb
7 changed files with 258 additions and 127 deletions
8
src/util/goop.ts
Normal file
8
src/util/goop.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue