mirror of
https://github.com/gchq/CyberChef
synced 2025-12-14 07:13:18 +00:00
ESM: Added remaining ByteRepr operations.
This commit is contained in:
17
src/core/lib/Delim.mjs
Normal file
17
src/core/lib/Delim.mjs
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Various delimiters
|
||||
*
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
* @copyright Crown Copyright 2018
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Generic sequence delimiters.
|
||||
*/
|
||||
export const DELIM_OPTIONS = ["Space", "Comma", "Semi-colon", "Colon", "Line feed", "CRLF"];
|
||||
|
||||
/**
|
||||
* Binary sequence delimiters.
|
||||
*/
|
||||
export const BIN_DELIM_OPTIONS = ["Space", "Comma", "Semi-colon", "Colon", "Line feed", "CRLF", "None"];
|
||||
Reference in New Issue
Block a user