core-utils
    Preparing search index...

    Interface EmbedParams

    interface EmbedParams {
        cwd: string;
        sourcesGlob: string;
        write: boolean;
    }
    Index

    Properties

    Properties

    cwd: string
    sourcesGlob: string
    write: boolean