prorm API Reference
    Preparing search index...

    Interface TrimOptions

    interface TrimOptions {
        side?: "both" | "leading" | "trailing";
        chars?: string;
    }
    Index
    side?: "both" | "leading" | "trailing"

    Which side(s) to trim. Defaults to 'both'.

    chars?: string

    Characters to trim. Defaults to whitespace.