Urara-Blog/node_modules/.pnpm-store/v3/files/40/7fd03fed7743a2d17ef20e8173b26fe1ede04a4ceefd27452ca33cc0b811e1d3e9b62685c07509a96248ad080d58a69a8af049fba2af1c6bc3ca4090e3a923
2022-08-14 01:14:53 +08:00

5 lines
126 B
Text

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