sonata 0.1.7

The static site generator.
Documentation
1
2
3
4
5
import hash from 'object-hash'

export default function hashConfig(config) {
  return hash(config, { ignoreUnknown: true })
}