@corefunc/corefunc
    Preparing search index...

    Function arrayGetDifference

    • Parameters

      • alpha: any[]

        The array to inspect.

      • beta: any[]

        The values to exclude.

      Returns any[]

      The new array of filtered values.

      arrayGetDifference

      Create an array of values from the first array not present in the second array.