persona-community-5/.pnpm-store/v3/files/eb/7604a0e466510225596e59b1e208ad02117ebfd5eb5a933462e3a65365ca255e43eb803c405f266a3c56938c3d25f2e86a393db3115bfb626e3dd93e1eb150
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

9 lines
206 B
Plaintext

'use strict';
var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = require('function-bind');
/** @type {import('.')} */
module.exports = bind.call(call, $hasOwn);