interface TrimOptions {
    threshold?: number;
}

Properties

Properties

threshold?: number