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