🅅🄺
Size: a a a
🅅🄺
BB
BB
BB
🅅🄺
BB
BB
DS
🅅🄺
🅅🄺
🅅🄺
🅅🄺
fe
guard({
source: someEvent,
filter: someBooleanStore,
target: [
targetEventOne,
targetEventTwo, // <-- как сюда отправить аргумент с которым вызвали someEvent?
],
});
someEvent('hello');
DS
guard({
source: someEvent,
filter: someBooleanStore,
target: [
targetEventOne,
targetEventTwo, // <-- как сюда отправить аргумент с которым вызвали someEvent?
],
});
someEvent('hello');
fe
DS
guard({А так?
source: someEvent,
filter: someBooleanStore,
target: [
targetEventOne.prepend(()=>{}),
targetEventTwo,
],
});
ф
ф
fe
fe
guard({А так?
source: someEvent,
filter: someBooleanStore,
target: [
targetEventOne.prepend(()=>{}),
targetEventTwo,
],
});