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

11 lines
182 B
Plaintext

{
"presets": [
["env", {
"targets": {
"chrome": 40,
"firefox": 35,
"edge": 14
}
}]
]
}