Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / compat / array.pp
1 # Emulate the is_array and validate_array functions
2 type Stdlib::Compat::Array = Array[Any]