UNPKG

oberknecht-utils

Version:
2 lines (1 loc) 151 B
export declare function messageUser<usertype extends string>(rawMessage: usertype | undefined): usertype extends string ? string : string | undefined;