mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:29:30 +08:00
4 lines
72 B
Text
4 lines
72 B
Text
export function tap(value, mutator) {
|
|
mutator(value)
|
|
return value
|
|
}
|