UNPKG

@picturelink/barrelsby

Version:

Automatic TypeScript barrels for your entire code base

8 lines (6 loc) 169 B
export type SemicolonCharacter = ";" | ""; export function getSemicolonCharacter( omitSemicolon: boolean ): SemicolonCharacter { return omitSemicolon ? "" : ";"; }