Skip to content

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

PropertyTypeDescriptionDefined in
namestringFile name.index.ts:44
bytesUint8ArrayThe file's full contents after the change.index.ts:46
lastModifiednumberModification time, in ms since the epoch.index.ts:48
sizenumberSize in bytes.index.ts:50