added doc comment

This commit is contained in:
Jacob Nguyen
2022-01-30 00:13:55 -06:00
parent 72a4720fde
commit 6a704311f2

View File

@@ -36,7 +36,7 @@ export namespace Utils {
/**
*
* @param {string} arg - command arguments
* @param {string} sep
* @param {string} sep - default separator = " "
* @returns {Ok<string[]>}
*/
export function toArr(arg: string, sep: string = " ") : ArgType<string[]> {