UNPKG

@ydbjs/core

Version:

Core driver for YDB: manages connections, endpoint discovery, authentication, and service client creation. Foundation for all YDB client operations.

5 lines 177 B
/** * Detects the current JavaScript runtime and returns formatted user agent string */ export declare const detectRuntime: () => string; //# sourceMappingURL=runtime.d.ts.map