UNPKG

@scalar/api-client

Version:

the open source API testing client

8 lines 483 B
import type { ApiReferenceConfiguration } from '@scalar/types/api-reference'; import { type AvailableClients } from '@scalar/types/snippetz'; /** * Map the old hiddenClients config to the new httpClients config. * Filters out clients based on the configuration and returns the remaining clients. */ export declare const mapHiddenClientsConfig: (hiddenClients: ApiReferenceConfiguration["hiddenClients"]) => AvailableClients; //# sourceMappingURL=map-hidden-clients-config.d.ts.map