UNPKG
humanifyjs
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.1
2.0.0
2.0.0-alpha5
2.0.0-alpha4
2.0.0-alpha3
2.0.0-alpha2
2.0.0-alpha1
> Deobfuscate Javascript code using LLMs ("AI")
humanifyjs
/
dist
/
src
/
plugins
/
prettier.js
3 lines
(2 loc)
•
108 B
JavaScript
View Raw
1
2
3
import
prettier from
"prettier"
;
export
default
async
(code)
=> prettier.format(code, { parser:
"babel"
});