UNPKG

@launchdarkly/js-sdk-common

Version:
4 lines 276 B
import { LDPluginBase } from '../../api/integrations/plugins'; import { LDLogger } from '../../api/logging/LDLogger'; export declare function safeGetName<TClient, THook>(logger: LDLogger, plugin: LDPluginBase<TClient, THook>): string; //# sourceMappingURL=safeGetName.d.ts.map