KC's Workspace
    Preparing search index...
    interface ToTreeOptions {
        depth?: number;
        dir?: string;
        separator?: "/" | "\\";
        sort?: boolean;
        tab?: string;
    }
    Index

    Properties

    depth?: number
    dir?: string
    separator?: "/" | "\\"
    sort?: boolean
    tab?: string