frontend/.pnpm-store/v3/files/09/367629949f58ebb479669dc19b552a6f36cff83388569920aa826b3fd79f747d4c12c9efd35a4196fa4aab355c1e86d40339fb3c885ab4d27d5367e2b63593

5 lines
261 B
Plaintext

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