mirror of
https://github.com/gchq/CyberChef.git
synced 2025-07-07 13:16:33 -04:00
Node 16 support
This commit is contained in:
parent
ae1b12c120
commit
ebebc503a2
7 changed files with 16 additions and 16 deletions
|
@ -32,7 +32,7 @@ import {
|
|||
CSSMinify,
|
||||
toBase64,
|
||||
toHex
|
||||
} from "../../../src/node/index";
|
||||
} from "../../../src/node/index.mjs";
|
||||
import chef from "../../../src/node/index.mjs";
|
||||
import TestRegister from "../../lib/TestRegister.mjs";
|
||||
import File from "../../../src/node/File.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue