UNPKG

118 BTypeScriptView Raw
1/** Returns whether the payload is a string */
2export declare function isString(payload: unknown): payload is string;