cury
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

cury

NPM version Build status Downloads

Usage:

import curry from 'cury';
 
const curried = curry(function(name: string, age: number) {
  return `${name} is ${age} years old`;
})
 
console.log(curried('Bob')(50)); // logs: 'Bob is 50 years old'

Readme

Keywords

none

Package Sidebar

Install

npm i cury

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

133 kB

Total Files

131

Last publish

Collaborators

  • kolodny