property Process.permission
Usage in Deno
import { type Process } from "node:process";
This API is available through the --experimental-permission flag.
process.permission
is an object whose methods are used to manage permissions for the current process.
Additional documentation is available in the Permission Model.