summaryrefslogtreecommitdiff
path: root/types/compat/string.pp
diff options
context:
space:
mode:
Diffstat (limited to 'types/compat/string.pp')
-rw-r--r--types/compat/string.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/types/compat/string.pp b/types/compat/string.pp
new file mode 100644
index 0000000..b06255d
--- /dev/null
+++ b/types/compat/string.pp
@@ -0,0 +1,2 @@
+# Emulate the is_string and validate_string functions
+type Stdlib::Compat::String = Optional[String]