UNPKG

@stdlib/utils-curry

Version:

Transform a function into a sequence of functions each accepting a single argument.

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