mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-17 11:45:07 -04:00
improve comments and re-add some excluded operations
This commit is contained in:
parent
1c24c05647
commit
d2ff2ec9c6
4 changed files with 7 additions and 10 deletions
|
@ -8,8 +8,9 @@ import util from "util";
|
|||
import Dish from "../core/Dish";
|
||||
|
||||
/**
|
||||
* Subclass of Dish where `get` and `_translate` are synchronous.
|
||||
* Also define functions to improve coercion behaviour.
|
||||
* Subclass of Dish for use in the Node.js environment.
|
||||
*
|
||||
* Adds some helper functions and improves coercion for Node.js logging.
|
||||
*/
|
||||
class NodeDish extends Dish {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue