Skip to main content
Glama
index.d.ts548 B
declare const outdent: Outdent; export interface Outdent { /** * Remove indentation from a template literal. */ (strings: TemplateStringsArray, ...values: Array<any>): string; /** * Create and return a new Outdent instance with the given options. */ (options: Options): Outdent; /** * Remove indentation from a string */ string(str: string): string; } export interface Options { trimLeadingNewline?: boolean; trimTrailingNewline?: boolean; } export default outdent; export { outdent };

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/ajaystream/hubspot-mcp-custom'

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