Capsium TypeScript API
    Preparing search index...

    Interface DirentLike

    interface DirentLike {
        name: string;
        isDirectory(): boolean;
        isFile(): boolean;
    }
    Index
    name: string