2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-04 01:23:18 +00:00
Files
CyberChef/.babelrc

15 lines
277 B
Plaintext

{
"presets": [
["env", {
"targets": {
"chrome": 40,
"firefox": 35,
"edge": 14,
"node": "6.5"
},
"modules": false,
"useBuiltIns": true
}]
]
}