3.1.5 • Published 2 years ago

@nekooftheabyss/lala v3.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

LaLa

A collection of random useful (probably) javascript functions. Mostly generates random text. No it wasn't named after Lala Satalin Deviluke (or it probably was, idk).

Node

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' 
console.log(lala.generateName(5)) // MOYAI

or

import { generateName } from '@nekooftheabyss/lala'
console.log(generateName(5)) // MOYAI

Deno

import lala from "https://deno.land/x/lala/mod.ts"
console.log(lala.generateName(5)) // MOYAI

or

import { generateName } from "https://deno.land/x/lala/mod.ts"
console.log(generateName(5)) // MOYAI

Classes

Time has been moved to https://github.com/nekooftheabyss/duration.js Gacha has been moved to https://github.com/queenochaos/fortuna


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

Documentation

Check out the official documentation

3.1.5

2 years ago

3.1.3

2 years ago

3.1.4

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago