Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

/**

* Copyright (c) Meta Platforms, Inc. and affiliates.


*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/

const isArray = Array.isArray;

export default isArray;

You might also like