Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MozillaOptions

interface MozillaOptions {
comprehensionExpressionStartsWithAssignment?: boolean | undefined;
parenthesizedComprehensionBlock?: boolean | undefined;
starlessGenerator?: boolean | undefined;
}

§Properties

§
comprehensionExpressionStartsWithAssignment?: boolean | undefined
[src]

Default: false

§
parenthesizedComprehensionBlock?: boolean | undefined
[src]

Default: false

§
starlessGenerator?: boolean | undefined
[src]

Default: false