Skip to main content
Module

x/rambda/egg.json

Faster and smaller alternative to Ramda
Go to Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.10/src/schema.json", "name": "rambda", "entry": "./mod.ts", "description": "Lightweight and faster alternative to Ramda with included TS definitions", "homepage": "https://github.com/selfrefactor/rambda", "version": "8.2.0", "releaseType": "minor", "unstable": false, "unlisted": false, "files": [ "rambda.js", "index.d.ts", "immutable.d.ts", "./README.md", "./src/**/*.js" ], "ignore": [ "node_modules", "source", "files" ], "checkFormat": false, "checkTests": false, "checkInstallation": false, "check": true, "yes": true}