This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% comment %} | |
data_type options are 'string', 'object', 'iterable strings', 'iterable objects', and null | |
for numbers and booleans, enter a data_type of 'string' | |
it allows for omitting data_type by just logging it as both a string and an object | |
the capture tags can also be omitted if the name of the variable isn't needed | |
{% endcomment %} | |
{% comment %} | |
Usage Examples: | |
{% endcomment %} |