Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MemoryInfo

import type { MemoryInfo } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Information about device memory and storage.

interface MemoryInfo {
totalInternalStorage?: bigint;
totalRam?: bigint;
}

§Properties

§
totalInternalStorage?: bigint
[src]

Total internal storage on device in bytes.

§
totalRam?: bigint
[src]

Total RAM on device in bytes.