astro-ghostcms/.pnpm-store/v3/files/40/7fd03fed7743a2d17ef20e8173b...

6 lines
126 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import hash from 'object-hash'
export default function hashConfig(config) {
return hash(config, { ignoreUnknown: true })
}