MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / NodeFileStat

Interface NodeFileStat

helpers/scanner/file-api.ts:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31type FileReaderListener = ( event?: FileReaderEventPayload ) => void
32
33interface NodeFileStat {
34 mtime: Date
35 size: number
36}
37
38type NodeFileStream = EventEmitter
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected