Module

x/ts_morph/mod.ts>QuoteKind

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
enum QuoteKind
import { QuoteKind } from "https://dotland.deno.dev/x/ts_morph@21.0.1/mod.ts";

Quote type for a string literal.

Members

Double = "\""

Double quote

Single = "'"

Single quote