Improve ConsoleShortcuts plugin

This commit is contained in:
Vendicated 2023-02-28 00:38:28 +01:00
parent 9aba70dcb1
commit 235d114193
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
2 changed files with 43 additions and 18 deletions

View file

@ -307,13 +307,6 @@ export function findByPropsLazy(...props: string[]) {
return findLazy(filters.byProps(...props));
}
/**
* Find all modules that have the specified properties
*/
export function findAllByProps(...props: string[]) {
return findAll(filters.byProps(...props));
}
/**
* Find a function by its code
*/