Interface EmbedParams

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

Properties

Properties

cwd: string
sourcesGlob: string
write: boolean