Skip to main content
Glama

mcp-appstore

by appreply-co
dropLast.js947 B
var _curry2 = require('./internal/_curry2'); var _dispatchable = require('./internal/_dispatchable'); var _dropLast = require('./internal/_dropLast'); var _xdropLast = require('./internal/_xdropLast'); /** * Returns a list containing all but the last `n` elements of the given `list`. * * @func * @memberOf R * @since v0.16.0 * @category List * @sig Number -> [a] -> [a] * @sig Number -> String -> String * @param {Number} n The number of elements of `xs` to skip. * @param {Array} xs The collection to consider. * @return {Array} * @see R.takeLast * @example * * R.dropLast(1, ['foo', 'bar', 'baz']); //=> ['foo', 'bar'] * R.dropLast(2, ['foo', 'bar', 'baz']); //=> ['foo'] * R.dropLast(3, ['foo', 'bar', 'baz']); //=> [] * R.dropLast(4, ['foo', 'bar', 'baz']); //=> [] * R.dropLast(3, 'ramda'); //=> 'ra' */ module.exports = _curry2(_dispatchable('dropLast', _xdropLast, _dropLast));

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/appreply-co/mcp-appstore'

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