Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
private shaveTexts() {
if (!!this.summaryElement) {
shave(this.summaryElement, 40);
}
}
private shaveTexts() {
if (!!this.abstractElement) {
shave(this.abstractElement, 88);
}
}
private runShave() {
shave(this.ele.nativeElement, this.shaveHeight, this.shave);
}