@runno/wasi
    Preparing search index...

    Type Alias FsTimestamps

    Nanosecond timestamps for a filesystem entry. Mirrors the preview1 timestamp record (bigint nanoseconds since epoch).

    type FsTimestamps = {
        access: bigint;
        change: bigint;
        modification: bigint;
    }
    Index

    Properties

    access: bigint
    change: bigint
    modification: bigint