TenantAtlas/apps/platform/.pnpm-store/v10/files/eb/7604a0e466510225596e59b1e208ad02117ebfd5eb5a933462e3a65365ca255e43eb803c405f266a3c56938c3d25f2e86a393db3115bfb626e3dd93e1eb150
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02: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);