芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/core/esm/sdk.d.ts
import { Client, Options } from '@sentry/types'; /** A class object that can instantiate Client objects. */ export declare type ClientClass
= new (options: O) => F; /** * Internal function to create a new SDK client instance. The client is * installed and then bound to the current scope. * * @param clientClass The client class to instantiate. * @param options Options to pass to the client. */ export declare function initAndBind
(clientClass: ClientClass
, options: O): void; //# sourceMappingURL=sdk.d.ts.map