Searched defs:ListFormat (Results 1 – 10 of 10) sorted by relevance
68 interface ListFormat { interface96 const ListFormat: { constant
88 interface ListFormat { interface116 const ListFormat: { constant
4406 export enum ListFormat { enum
5962 (function (ListFormat) { argument
42 export interface ListFormat { interface
2510 const preferNewLine = node.multiLine ? ListFormat.PreferNewLine : ListFormat.None; constant2522 const preferNewLine = node.multiLine ? ListFormat.PreferNewLine : ListFormat.None; constant