UNPKG

type-enhancers

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