@ultraforce/ts-general-lib

Ultra Force Typescript library

Description

The library exists of various support classes for use with TypeScript.

It exists of code snippets found on the internet and conversions from other libraries.

The code in this repository does not depend on any other libraries.

Installation

npm install @ultraforce/ts-general-lib

Documentation

To view the generated documentation, visit: https://joshamunnik.github.io/ts-general-lib/

Version history

1.0.28

  • added UFText.parseCSV static method
  • added @obsolete decorator to UFText.rpad and UFText.lpad

1.0.27

  • changed target of tsconfig to es2021

1.0.26

  • removed 'a' and 'an' prefix from parameters with method/function definitions
  • added UFText.escapeRegExp static method
  • fixed bug in UFArray.contains

1.0.25

  • added removeKey to UFMapOfSet class