# Packages
No description provided by the author
# Functions
Dedent strips leading tabs from every line of a string, taking a hint of how many tabs should be stripped from the number of consecutive tabs found on the first non-empty line.
DedentBytes is identically to Dedent, but works on a byte slice.