Skip to content

Yet another utility collection. NPM package.

Notifications You must be signed in to change notification settings

digitalloggers/lustils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lustils

Lust utils. Yet another utility library.

About

Lustils is licensed under the MIT license and has been written by Lars Mueller alias LMD or appgurueu.

Features

  • Lightweight
  • Maintainable code
  • Good performance
  • Easy to use
  • Basic functionality

API

Lustils is extended on-demand. Extended documentation is to be added soon. In the meantime, you can browse the code.

Installation

Install the NPM package lustils:

npm install lustils

Import

const lustils = require("lustils");

error

Some error classes.

stream

Dealing with streams.

parse

Parsing utils, such as extended mealy machines.

object

Allows dealing with objects (cloning them).

Versions

  • 1.0.0
    • Initial version
  • 1.0.1
    • Added object.complete
  • 1.0.2
    • Fixed object.complete

Example

Luon uses Lustils.

About

Yet another utility collection. NPM package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%