astro-ghostcms/.pnpm-store/v3/files/9d/6336b70ec510e66d58eff9c54d5...

5 lines
72 B
Plaintext

export function tap(value, mutator) {
mutator(value)
return value
}