UNPKG

type-enhancers

Version:
8 lines (6 loc) 172 B
import type { TrimEnd } from '../../utils/TrimEnd'; declare global { interface String { trimEnd<Source extends string>(this: Source): TrimEnd<Source>; } }