export default function (to: object, f: F): F { return f.bind(to); }