JezK
Edit File: TrimString.d.ts
declare function TrimString(string: string, where: 'start' | 'end' | 'start+end'): string; export = TrimString;