graphcool-cli-core
Version:
10 lines (9 loc) • 376 B
TypeScript
export declare const consoleURL: (token: string, projectName?: string | undefined) => string;
export declare function sortByTimestamp(a: any, b: any): 1 | -1;
/**
* Print a list of [['key', 'value'],...] pairs properly padded
* @param {string[][]} arr1
* @param {number} spaceLeft
* @param {number} spaceBetween
*/
export declare const prettyProject: (p: any) => string;