mirror of
https://github.com/gchq/CyberChef
synced 2025-12-30 07:03:27 +00:00
linting
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user