Skip to main content

isBlockDevice

property Deno.FileInfo.isBlockDevice

True if this is info for a block device.

Linux/Mac OS only.

boolean | null
Back to top