UNPKG

curry-d

Version:

Curry and curry right at arbitrary depth, then uncurry, if you want.

10 lines (8 loc) 292 B
define(function (require) { 'use strict'; var expect = require('chai').expect; var _ = require('lodash'); require('./curry-d'); exports.test('AMD in browser', expect, _, require('curry-d')); exports.test('AMD in browser min', expect, _, require('curry-d-dist')); });