UNPKG

@near-wallet-selector/meteor-wallet

Version:
4 lines (3 loc) 295 B
export declare const notNullEmpty: (str: string | null | undefined) => str is string; export declare const nullEmpty: (str: string | null | undefined) => str is "" | null | undefined; export declare const firstNotNullEmpty: (...strItems: Array<string | null | undefined>) => string | undefined;