0.1.8 • Published 7 months ago

@types/cliff v0.1.8

Weekly downloads
574
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/cliff

Summary

This package contains type definitions for cliff (https://github.com/flatiron/cliff).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cliff.

index.d.ts

// Type definitions for cliff 0.1.10
// Project: https://github.com/flatiron/cliff
// Definitions by: bryn austin bellomy <https://github.com/brynbellomy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function inspect(obj: any): string;
export function stringifyRows(rows: string[][], colors?: string[]): string;
export function stringifyObjectRows(rows: Array<{}>, keys: string[], colors?: string[]): string;
export function putRows(level: string, rows: string[][], colors?: string[]): void;
export function putObjectRows(level: string, rows: Array<{}>, keys: string[], colors?: string[]): void;
export function putObject(level: string, object: any, rewriters?: any, padding?: any): void;

Additional Details

  • Last updated: Fri, 09 Jul 2021 02:32:23 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by bryn austin bellomy.