first commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export function tap(value, mutator) {
|
||||
mutator(value)
|
||||
return value
|
||||
}
|
||||
Reference in New Issue
Block a user