@fav/cli.parse-argv
Parses command line arguments.
Parses command line arguments.
Lists enumerable own property keys of an object.
Lists enumerable own properties of an object.
Lists enumerable own property symbols of an object.
Converts a string into camel case.
Converts a string into kebab case.
Checks whether a value is empty or not.
Checks whether a value is an integer or not.
Decorate terminal text with ANSI escape code
Defines object properties.
Calculates the greatest common divisor of two integers.
Copys own enumerable properties of source objects to the destination object.
Copys enumerable own properties of child and descendants of source objects to destination object.
Calculates a accurate sum of two numbers.
Checks whether a value is a valid date object or not.
Convert a string in various date format to a date object.
Convert a number or a string to a finite number.
Creates a plain object and copys child and descendant properties of a source object only specified deeply
Visits each properties in a plain object tree.
Output test result by @fav/test.framework to console