We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const anyof = false; const foo = anyof || 42 || 23; const bar = allof && 42 && null;
Is this a good syntax? is this a good name? Do we need similar versions for other cases?