4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
declare function ltrim(str: string, chars?: string | string[]): string;
|
|
|
|
export = ltrim;
|