@hrefcl/apidoc - v4.0.5
    Preparing search index...
    default: {
        parse: (content: string, source: string) => any;
        path: string;
        method: string;
        markdownFields: any[];
        markdownRemoveFields: any[];
        init: (app: any) => void;
    }

    Type Declaration

    • parse: (content: string, source: string) => any
    • path: string
    • method: string
    • markdownFields: any[]
    • markdownRemoveFields: any[]
    • init: (app: any) => void