Skip to main content
Glama
shuffledSubarray.js•431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shuffledSubarray = shuffledSubarray; const SubarrayArbitrary_1 = require("./_internals/SubarrayArbitrary"); function shuffledSubarray(originalArray, constraints = {}) { const { minLength = 0, maxLength = originalArray.length } = constraints; return new SubarrayArbitrary_1.SubarrayArbitrary(originalArray, false, minLength, maxLength); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Digital-Defiance/mcp-screenshot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server