mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
add some chef.translateTo tests
This commit is contained in:
parent
c96a1df8e1
commit
615cb561e4
3 changed files with 48 additions and 8 deletions
|
@ -89,14 +89,6 @@ export async function translateTo(input, type) {
|
|||
return await dish.get(type);
|
||||
}
|
||||
|
||||
/**
|
||||
* @namespace Api
|
||||
* @param searchTerm
|
||||
*/
|
||||
export function search(searchTerm) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Extract properties from an operation by instantiating it and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue