🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
156 B
TypeScript
Executable File
4 lines
156 B
TypeScript
Executable File
import type { Merger, OptionsInput } from './type';
|
|
export declare function createMerger(input?: OptionsInput): Merger;
|
|
export declare const merge: Merger;
|