mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
add 3rd party libraries to imports
This commit is contained in:
parent
95daa65d7d
commit
661b420103
28 changed files with 301 additions and 220 deletions
|
@ -11,13 +11,13 @@ import Operation from './Operation';
|
|||
* @class
|
||||
* @param {Object} recipe_config
|
||||
*/
|
||||
const Recipe = function (recipe_config) {
|
||||
export default function Recipe(recipe_config) {
|
||||
this.op_list = [];
|
||||
|
||||
if (recipe_config) {
|
||||
this._parse_config(recipe_config);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue