Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / compat / hash.pp
1 # Emulate the is_hash and validate_hash functions
2 type Stdlib::Compat::Hash = Hash[Any, Any]