Skip to main content

isCharDevice

property Deno.FileInfo.isCharDevice

True if this is info for a char device.

Linux/Mac OS only.

boolean | null
Back to top