@serenity-is/corelib / Criteria / not
Function: not()
not(
c): (string|any[])[]
Defined in: src/base/criteria.ts:911
Negates a criteria with the not operator.
Parameters
c
any[]
Criteria to negate.
Returns
(string | any[])[]
["not", c].
@serenity-is/corelib / Criteria / not
not(
c): (string|any[])[]
Defined in: src/base/criteria.ts:911
Negates a criteria with the not operator.
any[]
Criteria to negate.
(string | any[])[]
["not", c].