Skip to content

Commit 6281263

Browse files
committed
updated packages, fixed interface parameter
1 parent 3c90889 commit 6281263

File tree

3 files changed

+80
-180
lines changed

3 files changed

+80
-180
lines changed

dist/string.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export declare class String {
22
static Empty: string;
33
static IsNullOrWhiteSpace(value: string): boolean;
44
static Join(delimiter: string, ...args: (string | object | Array<any>)[]): string;
5-
static Format(format: string, ...args: (string | Date | number | any)[]): string;
5+
static Format(format: string, ...args: any[]): string;
66
}

0 commit comments

Comments
 (0)