UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

8 lines (7 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var FormattingKind_1 = require("./FormattingKind"); function getInterfaceMemberFormatting(parent, member) { return FormattingKind_1.FormattingKind.Newline; } exports.getInterfaceMemberFormatting = getInterfaceMemberFormatting;