@electron/asar
    Preparing search index...

    Type Alias CreateOptions

    type CreateOptions = {
        dot?: boolean;
        globOptions?: GlobOptionsWithFileTypesFalse;
        ordering?: string;
        pattern?: string;
        transform?: (filePath: string) => NodeJS.ReadWriteStream | void;
        unpack?: string;
        unpackDir?: string;
    }
    Index

    Properties

    dot?: boolean
    globOptions?: GlobOptionsWithFileTypesFalse
    ordering?: string

    Path to a file containing the list of relative filepaths relative to src and the specific order they should be inserted into the asar. Formats allowed below: filepath : filepath :filepath

    pattern?: string
    transform?: (filePath: string) => NodeJS.ReadWriteStream | void
    unpack?: string
    unpackDir?: string