1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-11 05:43:18 +00:00

Tweak noop interface

This commit is contained in:
Thomas Rittson
2022-03-28 13:08:19 +10:00
parent 00ba4feb5b
commit c223626e39

View File

@@ -1,4 +1,4 @@
function noopDecorator(target: any) {
function noopDecorator(...args: any) {
return;
}