@tanzanite/discord-akairo
    Preparing search index...

    Interface DeepEqualsOptions

    Options for deepEquals.

    interface DeepEqualsOptions {
        ignoreArrayOrder?: boolean;
        ignoreUndefined?: boolean;
    }
    Index

    Properties

    ignoreArrayOrder?: boolean

    Whether to ignore the order of the items in arrays

    true
    
    ignoreUndefined?: boolean

    Whether to ignore undefined properties.

    true