Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 548 Bytes

helper.md

File metadata and controls

32 lines (25 loc) · 548 Bytes

Healper

back

Table of Contents

dd

proc dd(outputs:varges[string])

dd() is essentially adding a break point in your code which dumps the properties of an object to your browser.
This proc is only available in develop mode.

var a = %*{
  "key1": "value1",
  "key2": "value2",
  "key3": "value3",
  "key4": "value4",
}
dd($a, "abc", this.request.repr)

dd