mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-14 10:14:53 -04:00
Create line break operation
This commit is contained in:
parent
c57556f49f
commit
1ca9f23e47
1 changed files with 15 additions and 0 deletions
15
src/core/operations/LineBreak.mjs
Normal file
15
src/core/operations/LineBreak.mjs
Normal file
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* @author ThomasNotTom
|
||||
* @copyright Crown Copyright 2016
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import Operation from "../Operation.mjs";
|
||||
|
||||
|
||||
/**
|
||||
* Line Break operation
|
||||
*/
|
||||
class LineBreak extends Operation {}
|
||||
|
||||
export default LineBreak;
|
Loading…
Add table
Add a link
Reference in a new issue