UNPKG

@stdlib/utils-uncurry-right

Version:

Transform a curried function into a function invoked with multiple arguments.

3 lines 120 B
/// <reference path="../docs/types/index.d.ts" /> import uncurryRight from '../docs/types/index'; export = uncurryRight;