UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

8 lines (7 loc) 315 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;