32 lines
669 B
Markdown
32 lines
669 B
Markdown
# Interface: Hash
|
|
|
|
A data structure returned by the default hasher.
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [details](../../devkit/documents/Hash#details)
|
|
- [value](../../devkit/documents/Hash#value)
|
|
|
|
## 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`
|