mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
linting
This commit is contained in:
parent
5fb50a1759
commit
5efc3f15f2
3 changed files with 6 additions and 8 deletions
|
@ -76,8 +76,8 @@ export function wrap(Operation) {
|
|||
|
||||
/**
|
||||
* First draft
|
||||
* @param input
|
||||
* @param type
|
||||
* @param input
|
||||
* @param type
|
||||
*/
|
||||
export async function translateTo(input, type) {
|
||||
const dish = new Dish();
|
||||
|
@ -89,8 +89,8 @@ export async function translateTo(input, type) {
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param searchTerm
|
||||
*
|
||||
* @param searchTerm
|
||||
*/
|
||||
export function search(searchTerm) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue