'Functional version' broke, cba to fix :)

This commit is contained in:
2023-12-06 01:41:04 +01:00
parent 545f8b4366
commit 74c40576cf
6 changed files with 9 additions and 54 deletions

View File

@@ -1,3 +1,5 @@
// @ts-nocheck
export const tap = (fn) => (input) => {
fn(input);
return input;