mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
style(table): Type like Interface must be started by uppercase letter
This commit is contained in:
Vendored
+2
-2
@@ -4,7 +4,7 @@
|
||||
// mrmlnc <https://github.com/mrmlnc>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
export type borderType = 'honeywell' | 'norc' | 'ramac' | 'void';
|
||||
export type BorderType = 'honeywell' | 'norc' | 'ramac' | 'void';
|
||||
|
||||
export interface ColumnConfig {
|
||||
alignment?: string;
|
||||
@@ -48,4 +48,4 @@ export function table(data: any[], userConfig?: TableUserConfig): string;
|
||||
|
||||
export function createStream(userConfig: TableUserConfig): { write: string[] };
|
||||
|
||||
export function getBorderCharacters(templateName: borderType): JoinStruct;
|
||||
export function getBorderCharacters(templateName: BorderType): JoinStruct;
|
||||
|
||||
Reference in New Issue
Block a user