export default function ocurry(fn: Function, args: Array): Function;