UNPKG

@pwc-ra/components

Version:

PwC RA shared components library

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