interface FlattenOptions {
    flatArray?: boolean;
}

Properties

Properties

flatArray?: boolean