UNPKG

fixai

Version:

A simple NPM package that leverages ChatGPT 4 (free) for automatic error correction in your code, without needing any API tokens.

5 lines (3 loc) 80 B
require("./index"); const a = JSON.parse("{invalidJson}"); console.log(a);