Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lala/functions/mod.ts>generateName

A collection of random useful (probably) javascript classes and functions.
Latest
function generateName
Re-export
import { generateName } from "https://deno.land/x/lala@v3.1.5/functions/mod.ts";

Generate a random name. The name is just a normal word that can be pronounced.

Parameters

optional
length: number

Length of the name to generate.

Returns

string

Random name that actually makes sense.