H5P NodeJS Library
    Preparing search index...

    This describes the creation time and the size of a file

    interface IFileStats {
        birthtime: Date;
        size: number;
    }
    Index

    Properties

    Properties

    birthtime: Date
    size: number