import * as mod from "https://deno.land/std@0.202.0/permissions/mod.ts"; Helpers for interacting with Deno's permissions system. FunctionsfgrantdeprecatedAttempts to grant a set of permissions, resolving with the descriptors of the permissions that are granted. fgrantOrThrowdeprecatedAttempts to grant a set of permissions or rejects.