mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
Authoritative brand checking library. Can be used without any dependency on React. Plausible replacement for `React.isValidElement.`
13 lines
242 B
JavaScript
13 lines
242 B
JavaScript
/**
|
|
* Copyright (c) 2013-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
export * from './src/ReactIs';
|