@robonen/stdlib/orfnorv0.0.2testedFunction to combine multiple flags using the OR operator Source Tests Signaturets Copyexport function or(...flags: number[]){ ... }ParametersParameterTypeDefaultDescriptionflags?number[]—The flags to combineReturnsnumberThe combined flags