@h3ravel/support 0.11.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,12 @@
1
+ import { Stringable } from '..'
2
+
3
+ export { }
4
+
5
+ declare global {
6
+ /**
7
+ * Get a new Stringable object from the given string.
8
+ *
9
+ * @param string
10
+ */
11
+ function str (string?: string): Stringable
12
+ }