We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsdoc
1 parent 298459f commit c8e5cf1Copy full SHA for c8e5cf1
1 file changed
src/functions.mjs
@@ -1,7 +1,12 @@
1
/**
2
- * @file TODO ADD SHORT MODULE DESCRIPTION.
+ * @file Module containing utility functions for argument processing.
3
+ *
4
+ * Provides formatting and type conversion functions used internally
5
+ * by the argv2object library to normalize and transform command-line
6
+ * arguments into consistent JavaScript data structures.
7
*
8
* @module Functions
9
+ * @since 1.0.0
10
*/
11
12
// ━━ MODULE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
0 commit comments