UNPKG

oberknecht-utils

Version:
2 lines (1 loc) 154 B
export declare function cleanChannelName<channelType extends string>(channel?: channelType | undefined): channelType extends string ? string : undefined;