Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: buldezir
Forum: Dev Tools 05/12/23, 11:38 AM
Replies: 3
Views: 3,433
Posted By buldezir
without any libs: import { readFileSync } from...

without any libs:


import { readFileSync } from "node:fs";

export function luaToJson(content: string): any {
content = content.substring(content.indexOf("\r\n") + 2);
content =...
Showing results 1 to 1 of 1