@cto.af/ucd - v1.1.1
    Preparing search index...

    Interface UCDoptions

    interface UCDoptions {
        alwaysParse?: boolean;
        cacheDir?: PathLike;
        checkinCI?: boolean;
        prefix?: string;
        verbose?: boolean;
    }
    Index

    Properties

    alwaysParse?: boolean

    Parse the file, even if you get a 304 from the web server. Changes the status to 200 in this case.

    cacheDir?: PathLike

    Where to cache downloaded database files.

    checkinCI?: boolean

    Check for new version, even if we are in CI. Mostly useful for testing.

    prefix?: string

    URL prefix for Unicode Database. Filename is appended to this to get full URL.

    verbose?: boolean

    Enable verbose logging to stdout.