File size: 126 Bytes
bc20498 |
1 2 3 4 5 6 |
import hash from 'object-hash'
export default function hashConfig(config) {
return hash(config, { ignoreUnknown: true })
}
|
bc20498 |
1 2 3 4 5 6 |
import hash from 'object-hash'
export default function hashConfig(config) {
return hash(config, { ignoreUnknown: true })
}
|