Type Alias OsAdapterExperimental

OsAdapter: Pick<typeof os,
    | "release"
    | "platform"
    | "arch"
    | "type">

Represents the set of dependencies that the driver uses from the Node.js OS module.