Skip to main content
Glama
esmHelpers.d.ts420 B
/** Typescript thinks import('...js/.d.ts') needs mod.default.default */ declare function fakeUnwrapDefault<T>(mod: { default: T; }): T; /** Typescript thinks import('...ts') doesn't need mod.default.default, but does */ declare function actualUnwrapDefault<T>(mod: T): T; export declare const unwrapTypescript: typeof actualUnwrapDefault; export declare const unwrapJavascript: typeof fakeUnwrapDefault; export {};

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/seabassgonzalez/mcp-browser-screenshot'

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