interface Options {
    entropy?: boolean;
    global?: boolean;
}

Properties

Properties

entropy?: boolean
global?: boolean