UNPKG

148 BTypeScriptView Raw
1/** Returns whether the payload is a string, BUT returns false for '' */
2export declare function isFullString(payload: unknown): payload is string;