CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
index.d.ts14 linesDownload Raw Back to cli-width
1// Type definitions for cli-width 4.02/// <reference types="node" />3 4import { Stream } from 'stream';5import tty = require('tty');6 7declare function cliWidth(options?: {8  defaultWidth?: number;9  output?: Stream;10  tty?: typeof tty;11}): number;12 13export = cliWidth;14 
basant307/AI_Governance_Project · CoolFace