mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
Add isArray in devTools utils (#22438)
This commit is contained in:
12
packages/react-devtools-shared/src/isArray.js
vendored
Normal file
12
packages/react-devtools-shared/src/isArray.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Copyright (c) Facebook, Inc. and its 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;
|
||||
Reference in New Issue
Block a user