mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-06 15:17:19 +08:00
4 lines
72 B
Text
4 lines
72 B
Text
export function tap(value, mutator) {
|
|
mutator(value)
|
|
return value
|
|
}
|