mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
fix signature (#41797)
previous type definition signature was incorrect; reference: https://github.com/tmpfs/format-util/blob/master/format.js
This commit is contained in:
committed by
Ben Lichtman
parent
53bb1520e3
commit
7b6a588f0f
Vendored
+1
-1
@@ -3,6 +3,6 @@
|
||||
// Definitions by: Adam Zerella <https://github.com/adamzerella>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare function format(format: string, str: string): string;
|
||||
declare function format(message: string, ...optionalParams: any[]): string;
|
||||
|
||||
export = format;
|
||||
|
||||
Reference in New Issue
Block a user