@serenity-is/corelib / coalesce
Function: coalesce()
coalesce(
a,b):any
Defined in: src/compat/system-compat.ts:6
Parameters
a
any
b
any
Returns
any
Deprecated
Use ?? operator
@serenity-is/corelib / coalesce
coalesce(
a,b):any
Defined in: src/compat/system-compat.ts:6
any
any
any
Use ?? operator