UNPKG

nx

Version:

Smart, Fast and Extensible Build System

6 lines (5 loc) 163 B
export declare class HashingImpl { hashArray(input: string[]): string; hashFile(path: string): string; } export declare const defaultHashing: HashingImpl;