AnimationCore/node_modules/conventional-commits-parser/dist/cli/utils.d.ts
3944Realms 7068a883d9 build: 构建
创建github工作流
2026-03-01 21:38:41 +08:00

7 lines
648 B
TypeScript

import type { Readable } from 'stream';
export declare function splitStream(stream: Readable, separator: string): AsyncGenerator<string, void, unknown>;
export declare function readRawCommitsFromFiles(files: string[], separator: string): AsyncGenerator<string, void, unknown>;
export declare function readRawCommitsFromLine(separator: string): AsyncGenerator<string, void, unknown>;
export declare function readRawCommitsFromStdin(separator: string): AsyncGenerator<string, void, unknown>;
export declare function stringify(commits: AsyncIterable<Record<string, unknown>>): AsyncGenerator<string, void, unknown>;
//# sourceMappingURL=utils.d.ts.map