• M
    Replace !isFalsyOrEmpty with isNonEmptyArray · 30b2a5fd
    Matt Bierner 提交于
    This new call works as a type guard and can help avoid writing double negations
    
    Avoid either call in cases where we were iterating over the possibly undefined value. Use `|| []` for these
    30b2a5fd
outlineModel.ts 12.6 KB