TenantAtlas/apps/platform/.pnpm-store/v10/files/11/7705fe3b0866bf4d23679c15850967f3e4871ed3088699d422d966ae56382bc2296a7b199a0279162892542d9eae298dc5d16cc442c691586ae72861f4abb4
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

5 lines
268 B
Plaintext

import { bindCallbackInternals } from './bindCallbackInternals';
export function bindNodeCallback(callbackFunc, resultSelector, scheduler) {
return bindCallbackInternals(true, callbackFunc, resultSelector, scheduler);
}
//# sourceMappingURL=bindNodeCallback.js.map