UNPKG

astx

Version:

super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring

6 lines (5 loc) 156 B
/// <reference types="node" /> import { Readable } from 'stream'; export default function isInteractive({ stream, }?: { stream?: Readable; }): boolean;