@rogerpence/rp-utils
    Preparing search index...

    Type Alias DirentInfo

    A proxy for the fs.Dirent object. SvelteKit does not allow referencing the FS module in client-side code.

    type DirentInfo = {
        name: string;
        parentPath: string;
        path: string;
    }
    Index

    Properties

    Properties

    name: string
    parentPath: string
    path: string