UNPKG

oberknecht-utils

Version:
2 lines (1 loc) 167 B
export declare function correctChannelName<channelinput extends string>(channel: channelinput | undefined): channelinput extends string ? string : string | undefined;