Sha256: 465b5cc11c21f3fc08d7924d06b9fde39048be18df7eef3a4ad0b5e0fc3b5c64
Contents?: true
Size: 267 Bytes
Versions: 29
Compression:
Stored size: 267 Bytes
Contents
// Type definitions for cli-width 4.0 /// <reference types="node" /> import { Stream } from 'stream'; import tty = require('tty'); declare function cliWidth(options?: { defaultWidth?: number; output?: Stream; tty?: typeof tty; }): number; export = cliWidth;
Version data entries
29 entries across 29 versions & 2 rubygems