Skip to main content
Glama
ssv445

Lorem Ipsum MCP Server

by ssv445
hashMap.d.ts400 B
import type * as HM from "../HashMap.js"; /** * Maps over the entries of the `HashMap` using the specified function. * * @since 2.0.0 * @category mapping */ export declare const map: (<A, V, K>(f: (value: V, key: K) => A) => (self: HM.HashMap<K, V>) => HM.HashMap<K, A>) & (<K, V, A>(self: HM.HashMap<K, V>, f: (value: V, key: K) => A) => HM.HashMap<K, A>); //# sourceMappingURL=hashMap.d.ts.map

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/ssv445/lorem-ipsum-mcp'

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