Skip to main content
Module

x/deno2node/src/deps.deno.ts>SupportedFormatCodeSettingsOnly

Compile your Deno project to run on Node.js.
Go to Latest
interface SupportedFormatCodeSettingsOnly
import { type SupportedFormatCodeSettingsOnly } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

FormatCodeSettings that are currently supported in the library.

Properties

insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces: boolean

Whether to insert a space after opening and before closing non-empty braces.

ex. import { Item } from "./Item"; or import {Item} from "./Item";