mirror of
https://github.com/bitwarden/jslib
synced 2025-12-14 15:23:37 +00:00
Tweak noop interface
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
function noopDecorator(target: any) {
|
function noopDecorator(...args: any) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user