blob: 8a35033b96c9c5a5a8c5432ff2feccd2fb56c5f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/** @license React v16.13.1
* react-is.production.min.js
*
* 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.
*/
|