UNPKG

for-each-safe

Version:

Recursively loop through the elements of a 'collection' (an array, an array-like object, or a plain object) and invoke 'callbackFn' for each element while protected against circular references.

11 lines (9 loc) 327 B
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes # https://git-scm.com/docs/gitattributes # https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes * text=auto # Enforce Unix newlines *.js text eol=lf *.json text eol=lf *.markdown text eol=lf *.md text eol=lf