Type Alias TrimStorage

TrimStorage: {
    trim: {
        after: string;
        before: string;
    };
}

Created in trim.

Used in untrim.