utils
    Preparing search index...

    Function every

    • Check that all values in the given array returns true by the given handler

      Type Parameters

      • T

      Parameters

      • array: T[]
      • handler: (value: T) => boolean

      Returns boolean