mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 08:39:29 +08:00
5 lines
126 B
Text
5 lines
126 B
Text
import hash from 'object-hash'
|
|
|
|
export default function hashConfig(config) {
|
|
return hash(config, { ignoreUnknown: true })
|
|
}
|