Skip to content

Commit

Permalink
Update parser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Oct 11, 2024
1 parent 0e3c43e commit d11d3f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ if (typeof window === "undefined") {
}

export function JSONParser(string: string): JSONValue {
// Temp
return new Function(`return (${string})`);
}

0 comments on commit d11d3f9

Please sign in to comment.