0.1.9 • Published 1 year ago

curried-intrinsic v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

curried-intrinsic

Curried intrinsics

Installation

npm install curried-intrinsic

Goals

Why The Package Doesn't include...

thisArg Parameter

Optional parameter thisArg will be omitted from most functions that contains thisArg since it can be replaced with Function.prototype.bind().

.valueOf()

in TS Handbook, TS Team describes that Number, String, etc, should not be used because those are almost never used appropriately. \ This means most cases are needing primitive values, and .valueOf() is useless for primitives, so I don't think .valueOf() is necessary.

Contributing

Style Guide

See style-guide.md

Special Thanks

  • Lotinex - Helped making some decisions about design by discussion
0.1.9

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago