probe-web / @probe-web/artifacts / ArtifactChange
Interface: ArtifactChange
Defined in: index.ts:42
A new version of a watched file, passed to the watch callback.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
name | string | File name. | index.ts:44 |
bytes | Uint8Array | The file's full contents after the change. | index.ts:46 |
lastModified | number | Modification time, in ms since the epoch. | index.ts:48 |
size | number | Size in bytes. | index.ts:50 |