2023-12-13 16:49:46 +01:00

32 lines
691 B
Markdown

# Interface: Hash
A data structure returned by the default hasher.
## Table of contents
### Properties
- [details](../../devkit/documents/Hash#details): Object
- [value](../../devkit/documents/Hash#value): string
## Properties
### details
**details**: `Object`
#### Type declaration
| Name | Type |
| :-------------- | :----------------------------------- |
| `command` | `string` |
| `implicitDeps?` | \{ `[fileName: string]`: `string`; } |
| `nodes` | \{ `[name: string]`: `string`; } |
| `runtime?` | \{ `[input: string]`: `string`; } |
---
### value
**value**: `string`