UNPKG

type-enhancers

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