Skip to content

Commit 78e6f25

Browse files
author
lumenn-home
committed
Bundled after correcting version
1 parent bdaca6c commit 78e6f25

File tree

4 files changed

+1349
-1349
lines changed

4 files changed

+1349
-1349
lines changed

index.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@ interface JSON {
170170
*/
171171
declare var JSON: JSON;
172172

173+
// String.d.ts
174+
175+
interface String {
176+
/** Removes the leading and trailing white space and line terminator characters from a string. */
177+
trim(): string;
178+
}
179+
173180
// Object.d.ts
174181

175182

@@ -285,13 +292,6 @@ interface ObjectConstructor {
285292
*/
286293
declare var Object: ObjectConstructor;
287294

288-
// String.d.ts
289-
290-
interface String {
291-
/** Removes the leading and trailing white space and line terminator characters from a string. */
292-
trim(): string;
293-
}
294-
295295
// Date.d.ts
296296

297297
/** Enables basic storage and retrieval of dates and times. */

0 commit comments

Comments
 (0)