Skip to content

ArgParseFn ​

Custom parse function for arg.custom().

Signatures ​

ts
type ArgParseFn<T> = { (raw: string): T; };

See Also ​

Released under the MIT License.