UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

11 lines (10 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** Quote type for a string literal. */ var QuoteKind; (function (QuoteKind) { /** Single quote */ QuoteKind["Single"] = "'"; /** Double quote */ QuoteKind["Double"] = "\""; })(QuoteKind = exports.QuoteKind || (exports.QuoteKind = {}));