We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c90889 commit 6281263Copy full SHA for 6281263
dist/string.d.ts
@@ -2,5 +2,5 @@ export declare class String {
2
static Empty: string;
3
static IsNullOrWhiteSpace(value: string): boolean;
4
static Join(delimiter: string, ...args: (string | object | Array<any>)[]): string;
5
- static Format(format: string, ...args: (string | Date | number | any)[]): string;
+ static Format(format: string, ...args: any[]): string;
6
}
0 commit comments