@types/cliff
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

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: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by bryn austin bellomy.

Dependents (8)

Package Sidebar

Install

npm i @types/cliff

Weekly Downloads

154

Version

0.1.8

License

MIT

Unpacked Size

3.51 kB

Total Files

5

Last publish

Collaborators

  • types