Type alias: CustomHasher
Ƭ CustomHasher: (task: Task, context: HasherContext) => Promise<Hash>
Type declaration
▸ (task, context): Promise<Hash>
Parameters
| Name | Type | 
|---|---|
task | Task | 
context | HasherContext | 
Returns
Promise<Hash>
The State of JS survey is live, featuring a monorepo tools sectionThe State of JS survey is live, featuring a monorepo tools sectionVote for us
Ƭ CustomHasher: (task: Task, context: HasherContext) => Promise<Hash>
▸ (task, context): Promise<Hash>
| Name | Type | 
|---|---|
task | Task | 
context | HasherContext | 
Promise<Hash>