mirror of
https://github.com/sern-handler/handler
synced 2026-06-16 21:02:16 +00:00
added doc comment
This commit is contained in:
@@ -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[]> {
|
||||
|
||||
Reference in New Issue
Block a user