Skip to content

Commit c2051aa

Browse files
committed
✨ add string.toBoolean()
1 parent cb2a4c4 commit c2051aa

File tree

15 files changed

+86
-5
lines changed

15 files changed

+86
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ typings/
102102

103103
# TernJS port file
104104
.tern-port
105+
.DS_Store

dist/JSON.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/JSON.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/String.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/String.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/array.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<a href="string.html#toObject" class="list-group-item list-group-item-action" id="third_"
6161
>toObject</a
6262
>
63+
<a href="string.html#toBoolean" class="list-group-item list-group-item-action" id="third_"
64+
>toBoolean</a
65+
>
6366

6467
<a href="number.html" class="list-group-item list-group-item-action" id="second_">Number</a>
6568
<a href="number.html#toInt" class="list-group-item list-group-item-action" id="third_">toInt</a>

docs/global.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<a href="string.html#toObject" class="list-group-item list-group-item-action" id="third_"
6161
>toObject</a
6262
>
63+
<a href="string.html#toBoolean" class="list-group-item list-group-item-action" id="third_"
64+
>toBoolean</a
65+
>
6366

6467
<a href="number.html" class="list-group-item list-group-item-action" id="second_">Number</a>
6568
<a href="number.html#toInt" class="list-group-item list-group-item-action" id="third_">toInt</a>

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<a href="string.html#toObject" class="list-group-item list-group-item-action" id="third_"
6161
>toObject</a
6262
>
63+
<a href="string.html#toBoolean" class="list-group-item list-group-item-action" id="third_"
64+
>toBoolean</a
65+
>
6366

6467
<a href="number.html" class="list-group-item list-group-item-action" id="second_">Number</a>
6568
<a href="number.html#toInt" class="list-group-item list-group-item-action" id="third_">toInt</a>

docs/math.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<a href="string.html#toObject" class="list-group-item list-group-item-action" id="third_"
6161
>toObject</a
6262
>
63+
<a href="string.html#toBoolean" class="list-group-item list-group-item-action" id="third_"
64+
>toBoolean</a
65+
>
6366

6467
<a href="number.html" class="list-group-item list-group-item-action" id="second_">Number</a>
6568
<a href="number.html#toInt" class="list-group-item list-group-item-action" id="third_">toInt</a>

docs/number.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<a href="string.html#toObject" class="list-group-item list-group-item-action" id="third_"
6161
>toObject</a
6262
>
63+
<a href="string.html#toBoolean" class="list-group-item list-group-item-action" id="third_"
64+
>toBoolean</a
65+
>
6366

6467
<a href="number.html" class="list-group-item list-group-item-action active" id="second_">Number</a>
6568
<a href="number.html#toInt" class="list-group-item list-group-item-action" id="third_">toInt</a>

0 commit comments

Comments
 (0)