UNPKG

skysync-cli

Version:

SkySync Command Line Interface

12 lines (11 loc) 258 B
export declare const outputFormat: { table: ({ header: string; property: string; transform?: undefined; } | { header: string; property: string; transform: (val: any) => boolean; })[]; };