Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared/JavaScript.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ interface String {
* @param delimiter Specifies the string to use for delimiting. If delimiter is omitted, the array returned contains one element, consisting of the entire string.
* @param limit
*/
split(delimiter: string, limit?: number): string[]
split(delimiter: string | RegExp, limit?: number): string[]

/**
* Returns a string consisting of this string enclosed in a <strike> tag.
Expand Down