@geoblocks/ol-comfy
    Preparing search index...

    Function overEvery

    • Returns a function that returns true if all the provided functions return true when invoked with the arguments it receives.

      Type Parameters

      • T

      Parameters

      • functions: ((...args: any) => boolean)[]

      Returns (...args: T[]) => boolean