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