UNPKG

117 BTypeScriptView Raw
1/** Returns whether the payload is '' */
2export declare function isEmptyString(payload: unknown): payload is string;