add stripLeft and stripRight

This commit is contained in:
Luca Martinetti
2016-10-12 16:37:03 -07:00
parent bc150e1372
commit 024808fa0d
2 changed files with 11 additions and 0 deletions

4
string/index.d.ts vendored
View File

@@ -72,6 +72,10 @@ interface StringJS {
strip(...strings: string[]): StringJS;
stripLeft(...strings: string[]): StringJS;
stripRight(...strings: string[]): StringJS;
right(n: number): StringJS;
setValue(string: any): StringJS;