azure-devops-mcp

by RyanCardin15
Verified
import sample from './sample.js'; // Shuffle a collection. export default function shuffle(obj) { return sample(obj, Infinity); }