thaw-common-utilities.ts
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

common-utilities.ts

Common utility functions implemented in TypeScript.

Obligatory BadgeFest:

circleci codeclimate git github npm packagephobia terminal typescript

status build status npm version latest tag npm total downloads watchers stars issues forks contributors branches releases commits last commit types install size known vulnerabilities lines of code technical debt maintainability test coverage tested with jest code style: prettier license FOSSA Status

Features

  • Self-contained: No run-time package dependencies!

Installation

To install the stable version:

npm install --save thaw-common-utilities.ts

API Information

Arrays

findSuperlativeElement<T>(array: T[], fn: (x: T, y:T) => T): T
max<T>(array: T[]): T
min<T>(array: T[]): T

Arrays of Numbers

Array Sorting

Asynchronous Functions

Date/Time Functions

JSON

Lazy Evaluation

Numbers

Objects

Regular Expressions

Strings

Types

Trees

Other Collections

License

MIT

Package Sidebar

Install

npm i thaw-common-utilities.ts

Weekly Downloads

3

Version

0.0.13

License

MIT

Unpacked Size

131 kB

Total Files

37

Last publish

Collaborators

  • tom-weatherhead