1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

fix(cli): add a jsdoc tag for UnstableRunOptions (#16525)

This commit is contained in:
Shogo Hida 2022-11-14 07:27:47 +09:00 committed by GitHub
parent 916598f8a7
commit 1c373ce6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -617,6 +617,8 @@ declare namespace Deno {
/** **UNSTABLE**: New API, yet to be vetted.
*
* These are unstable options which can be used with {@linkcode Deno.run}.
*
* @category Sub Process
*/
interface UnstableRunOptions extends RunOptions {
/** If `true`, clears the environment variables before executing the