sonata 0.1.7

The static site generator.
Documentation
1
2
3
4
export function tap(value, mutator) {
  mutator(value)
  return value
}