UNPKG

@launchql/migrate

Version:
9 lines (8 loc) 218 B
/** * Generate SHA256 hash of a file's contents */ export declare function hashFile(filePath: string): string; /** * Generate SHA256 hash of a string */ export declare function hashString(content: string): string;