@h3ravel/support 0.11.0 → 0.12.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 './Helpers/Str'
2
+
3
+ export { }
4
+
5
+ declare global {
6
+ /**
7
+ * Dump something and kill the process for quick debugging. Based on Laravel's dd()
8
+ *
9
+ * @param args
10
+ */
11
+ function str (string?: string): Stringable
12
+ }