UNPKG

@docusign/iam-sdk

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.

10 lines 293 B
type Process = { runtime: "deno" | "node" | "bun" | "browser" | "unknown"; version: string; }; /** * Detects the current runtime environment (Node.js, Deno, Bun, or Browser). */ export declare function detectRuntime(): Process; export {}; //# sourceMappingURL=detect-runtime.d.ts.map