UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

10 lines (8 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const FormattingKind_1 = require("./FormattingKind"); function getInterfaceMemberFormatting(parent, member) { return FormattingKind_1.FormattingKind.Newline; } exports.getInterfaceMemberFormatting = getInterfaceMemberFormatting; //# sourceMappingURL=getInterfaceMemberFormatting.js.map