@billy-briggs-dev/sonar
Version:
Created by Billy Briggs
9 lines (8 loc) • 298 B
TypeScript
import { CustomHasher } from '@nrwl/devkit';
/**
* This is a boilerplate custom hasher that matches
* the default Nx hasher. If you need to extend the behavior,
* you can consume workspace details from the context.
*/
export declare const sonarHasher: CustomHasher;
export default sonarHasher;