• Find all strings in the first argument that are not in the second.

    Parameters

    • a: string[]
    • b: string[]

    Returns string[]

Generated using TypeDoc