frontend/.pnpm-store/v3/files/40/7fd03fed7743a2d17ef20e8173b26fe1ede04a4ceefd27452ca33cc0b811e1d3e9b62685c07509a96248ad080d58a69a8af049fba2af1c6bc3ca4090e3a923

6 lines
126 B
Plaintext

import hash from 'object-hash'
export default function hashConfig(config) {
return hash(config, { ignoreUnknown: true })
}