Skip to main content

LaLa

A collection of random useful (probably) javascript classes and functions. No it wasn’t named after Lala Satalin Deviluke (or it probably was, idk).

Installation

$ npm i --save @nekooftheabyss/lala # with NPM
$ pnpm i @nekooftheabyss/lala # with PNPM

Or you can clone the repo:

$ git clone https://github.com/NekoOfTheAbyss/lala

Examples

Import

import lala from '@nekooftheabyss/lala' 

Idk haven’t tried with ES6 modules yet.

new lala.Time(86403000) // Returns a time class instance for 24 hours and 3 seconds

Oh of course, check the official documentation for more examples.

Documentation

Check out the official documentation