fs.fstatSync(process.stdin.fd).isFile()fs.fstatSync(process.stdin.fd).isFile() (example: https://github.com/pinojs/pino-pretty/blob/master/bin.js#L86) which in deno can be translated to Deno.fstatSync(Deno.stdin.rid).isFileDeno.fstatSync(Deno.stdin.rid).isFile.fstatSyncfstatSync and ridrid will be deprecated, with the first one being deleted entirely.Join the Discord to ask follow-up questions and connect with the community