UEA-Prodem
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { getType } from './getType.js';
|
||||
/** Returns whether the payload is an array */
|
||||
export function isArray(payload) {
|
||||
return getType(payload) === 'Array';
|
||||
}
|
||||
Reference in New Issue
Block a user