taraskevizer
    Preparing search index...

    Type Alias TrimStorage

    Created in trim.

    Used in untrim.

    type TrimStorage = {
        trim: { after: string; before: string };
    }
    Index

    Properties

    Properties

    trim: { after: string; before: string }