/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.0.0
packages/shared/hasOwnProperty.js
12 строк
290 B
Behnam Mohammadi
Remove redundant initial of hasOwnProperty (#21134)
01 апр 2021, 19:05
Не верифицирован
01 апр 2021, 19:05
2c9fef3
Код
Авторство
О чём код?
/** * 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 hasOwnProperty = Object.prototype.hasOwnProperty; export default hasOwnProperty;