@alextheman/utility - v4.3.5
    Preparing search index...

    Interface StringListToArrayOptions

    Options to apply to the conversion of a string list to an array.

    interface StringListToArrayOptions {
        separator?: string;
        trimWhitespace?: boolean;
    }
    Index

    Properties

    separator?: string

    What each item in the list is separated by.

    trimWhitespace?: boolean

    An option to trim any extra whitespace.