MCPcopy Index your code
hub / github.com/btholt/loldash

github.com/btholt/loldash @v9002.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v9002.0.0 ↗ · + Follow
38 symbols 64 edges 33 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

loldash

very serious javascripts

play with it here: www.loldash.com

wait what?

See here.

usage

npm install loldash
import install from "loldash";

install();

docs

Array.prototype.floppy - removes the last three items of the array and returns the removed items

Array.prototype.fry - adds 325 to every item in the array and returns itself

Array.prototype.ginormous - increases the size of the array to be 2 ^ array.length and returns itself

Array.prototype.lubricant - accepts an integer as a parameter and increase the size of the array to that size and returns itself

Array.prototype.moist - returns a string of generated JavaScript that returns that array. useful if your code is too DRY

Array.prototype.mushyface - randomly adds and subtracts numbers from each number in the array without changing the average number of the array and returns itself

Array.prototype.nope - no operation, just do nothing and returns itself

Array.prototype.pancake - sugar for calling smoosh and fry

Array.prototype.rad - overwrites all the values in the array to be a pretty rad string of hearts, returns itself

Array.prototype.scrunch - cuts the size in half and combines values of items next to each other and returns itself

Array.prototype.smooosh - recursively smooshes an array of arrays into one smooshed (or flattened) array, returns itself

Array.prototype.smoosh - smooshes an array of arrays into one smooshed (or flattened) array, returns itself

Array.prototype.squiggle - shuffles the array and returns itself

Array.prototype.squirt - removes a random item in the array and puts it in the previously accessed array and returns itself

Array.prototype.tickle - coerces all the items in the array to be a different type or value and returns itself

why would you …

YOU'RE NOT MY MOM!

Extension points exported contracts — how you extend this code

Array (Interface)
(no doc)
src/index.ts
Array (Interface)
(no doc)
src/fry.ts
ArrayConstructor (Interface)
(no doc)
src/index.ts

Core symbols most depended-on inside this repo

fry
called by 4
src/fry.ts
smoosh
called by 3
src/index.ts
lubricant
called by 2
src/index.ts
smooosh
called by 2
src/index.ts
scrunch
called by 2
src/index.ts
floppy
called by 2
src/index.ts
squiggle
called by 2
src/index.ts
squirt
called by 1
src/index.ts

Shape

Function 18
Method 17
Interface 3

Languages

TypeScript100%

Modules by API surface

src/index.ts19 symbols
src/fry.ts3 symbols
src/proxyArray.ts2 symbols
src/tickle.ts1 symbols
src/squirt.ts1 symbols
src/squiggle.ts1 symbols
src/smoosh.ts1 symbols
src/smooosh.ts1 symbols
src/scrunch.ts1 symbols
src/rad.ts1 symbols
src/pancake.ts1 symbols
src/nope.ts1 symbols

For agents

$ claude mcp add loldash \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page