TenantAtlas/apps/platform/.pnpm-store/v10/files/db/f9ba8edff5335d49b944e8596642aa616ded09a5f17013e3c33b4ddcd6012ce5c866f4810e4ab1ce3ac25f285f5990aaa709cd753f745aa6b6489228a075e1
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

11 lines
280 B
Plaintext

'use strict';
var bind = require('function-bind');
var $apply = require('./functionApply');
var $call = require('./functionCall');
var $reflectApply = require('./reflectApply');
/** @type {import('./actualApply')} */
module.exports = $reflectApply || bind.call($call, $apply);