mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
add help, bake to top level export so theyre in the expected place in ES5 chef
This commit is contained in:
parent
b36e3adf7c
commit
3466f4e452
2 changed files with 10 additions and 4 deletions
|
@ -1044,7 +1044,8 @@ const operations = [
|
|||
zlibInflate,
|
||||
];
|
||||
|
||||
chef.bake = bake(operations);
|
||||
const prebaked = bake(operations);
|
||||
chef.bake = prebaked
|
||||
export default chef;
|
||||
|
||||
// Operations as top level exports.
|
||||
|
@ -1302,5 +1303,7 @@ export {
|
|||
zip,
|
||||
zlibDeflate,
|
||||
zlibInflate,
|
||||
SyncDish as Dish
|
||||
SyncDish as Dish,
|
||||
prebaked as bake,
|
||||
help,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue