UNPKG
distinctiomagnam
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.0
JavaScript Obfuscation Tool.
github.com/JanaBeier/distinctiomagnam
JanaBeier/distinctiomagnam
distinctiomagnam
/
dev.js
10 lines
(8 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
require
(
"
@babel
/register"
)({ presets: [ [
"
@babel
/preset-env"
, { targets: { esmodules: true } }],
"
@babel
/preset-typescript"
, ], extensions: [
".js"
,
".jsx"
,
".ts"
,
".tsx"
], }); module.exports =
require
(
"./dev.ts"
);