Files
securebit-chat/node_modules/tailwindcss/src/util/hashConfig.js
T

6 lines
126 B
JavaScript
Raw Normal View History

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