UNPKG

@commitlint/read

Version:

Read commit messages from a specified range or last edit

3 lines 165 B
import { Readable } from "node:stream"; export declare function streamToPromise(stream: Readable): Promise<string[]>; //# sourceMappingURL=stream-to-promise.d.ts.map