1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

chore: remove unnecessary qualifier in declaration file (#16767)

This commit is contained in:
David Sherret 2022-11-23 12:50:15 -05:00 committed by GitHub
parent f2330fcd9b
commit cbf4fa143f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -967,7 +967,7 @@ declare namespace Deno {
* *
* Defaults to "inherit". * Defaults to "inherit".
*/ */
permissions?: Deno.PermissionOptions; permissions?: PermissionOptions;
} }
/** /**