Interface TrimArrayOptions

interface TrimArrayOptions {
    allowEmpty?: boolean;
}

Properties

Properties

allowEmpty?: boolean

Whether to allow empty strings.

false