Template for Util document
Description for your utility function. This template is inspired by lodash
,
with each file containing utilities for a specific type of argument or performing similar tasks.
utilFunction1
Description for utilFunction1
utilFunction1(...arguments)
Arguments
argument1 (typeof argument1
): how to use
argument2 (typeof argument2
): how to use
Return
typeof return
: explain
Example
utilFunction1(argument1, argument2)
// => data return from this function
utilFunction2
Description for utilFunction2
utilFunction2(...arguments)
Arguments
argument1 (typeof argument1
): how to use
argument2 (typeof argument2
): how to use
Return
typeof return
: explain
Example
utilFunction2(argument1, argument2)
// => data return from this function