@likecoin/epub-ts
    Preparing search index...

    Interface ParsedPath

    interface ParsedPath {
        base: string;
        dir: string;
        ext: string;
        name: string;
        root: string;
    }
    Index

    Properties

    Properties

    base: string
    dir: string
    ext: string
    name: string
    root: string