API: resource
Source:
http/rs/resource.ts
Compares two arrays for equality by inspecting if they are arrays, refer to the same instance, have same length and contain equal components in the same order.
@param source The source array to compare to. @param target The target array to compare with. @returns true if the arrays are equal, false otherwise.