UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

7 lines (6 loc) 232 B
export declare function cut(filename: string, count: number): void; export interface MergeOptions { target?: string; removeSource?: boolean; } export declare function merge(filename: string, options?: MergeOptions): number;