Skip to content

Commit c8e5cf1

Browse files
committed
docs: update jsdoc
1 parent 298459f commit c8e5cf1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/functions.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
/**
2-
* @file TODO ADD SHORT MODULE DESCRIPTION.
2+
* @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.
37
*
48
* @module Functions
9+
* @since 1.0.0
510
*/
611

712
// ━━ MODULE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

0 commit comments

Comments
 (0)