@jokester/ts-commonutil

0.6.0 • Public • Published

ts-commonutil


Common TypeScript code I used in multiple app.

Check codecov npm version

How to Use

yarn add @jokester/ts-commonutil

Content

Algorithm / Graph

  • Fast multiplication on monoid
  • Directed graph

nodejs only

  • fs: promised version of node fs module
  • subprocess: start subprocess and capture stdout/stderr

Logging

  • console-logger
  • loglevel-logger
    • requires loglevel @types/loglevel
  • winston-logger (nodejs only)
    • requires winston @types/winston

Concurrency Control

  • Resource Pool

Text

Type Computation

  • deepFreeze

Util

  • LRU cache

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @jokester/ts-commonutil

Weekly Downloads

19

Version

0.6.0

License

MIT

Unpacked Size

450 kB

Total Files

500

Last publish

Collaborators

  • jokester