UNPKG

@dcxp/root

Version:

DCX: Decentralized Credential Exchange. DWN protocol for verifiable credential exchange.

4 lines (3 loc) 124 B
export function isEmptyString(obj: unknown): obj is string { return typeof obj !== 'string' || obj.trim().length === 0; }