Fixed Node imports

This commit is contained in:
n1474335 2022-03-25 18:28:01 +00:00
parent 4ef65589e8
commit 9e3733b33b
6 changed files with 1393 additions and 826 deletions

View file

@ -6,7 +6,7 @@
* @license Apache-2.0
*/
import assert from "assert";
import { bake, toHex, reverse, unique, multiply } from "cyberchef/src/node/index.mjs";
import { bake, toHex, reverse, unique, multiply } from "cyberchef";
const d = bake("Testing, 1 2 3", [
toHex,