Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@danii danii released this 01 Jan 23:21
· 14 commits to master since this release
a20139f

First major release of Danii's Tools.

Additions

  • Primitive type
  • Pair<K, V> type
  • Of type
  • Mapper<V, R, F, T> type
  • Reducer<V, R, F, I, T> type
  • Consumer<V, F, T> type
  • Constructor type
  • Array.prototype.last property
  • Array.prototype.crumbleFlat method
  • Array.prototype.crunmble method
  • Array.prototype.reduceSkip method
  • Array.prototype.softReverse method
  • Object.clone method
  • Object.every method
  • Object.filter method
  • Object.getType method
  • Object.objectHasOwnProperty method
  • Object.objectHasProperty method
  • String.prototype.capitalize method
  • String.prototype.escape method
  • String.prototype.toTitleCase method
  • String.prototype.interpolate method
  • Symbol.skip property
  • bound function