UNPKG

@types/es-abstract

Version:
3 lines (2 loc) 112 B
declare function TrimString(string: string, where: "start" | "end" | "start+end"): string; export = TrimString;