mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Vendored
+1
-1
@@ -111,7 +111,7 @@ interface String {
|
||||
* 'hello kitty'.capitalize(true) -> 'Hello Kitty'
|
||||
*
|
||||
**/
|
||||
capitalize(all: boolean): string;
|
||||
capitalize(all?: boolean): string;
|
||||
|
||||
/**
|
||||
* Runs callback [fn] against each character in the string.
|
||||
|
||||
Reference in New Issue
Block a user