dphelper 2.0.11 → 2.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1164,23 +1164,25 @@ dphelper.timer.percentage(start, end)
1164
1164
 
1165
1165
  ### Tools
1166
1166
 
1167
+ <!--
1168
+ \\ REMOVED
1167
1169
  ```js
1168
- dphelper.dev.getip()
1170
+ dphelper.tools.getip()
1169
1171
  // Gets the IP address.
1170
- ```
1172
+ ``` -->
1171
1173
 
1172
1174
  ```js
1173
- dphelper.dev.byteSize(bytes)
1175
+ dphelper.tools.byteSize(bytes)
1174
1176
  // Converts bytes to a human-readable format.
1175
1177
  ```
1176
1178
 
1177
1179
  ```js
1178
- dphelper.dev.zIndex()
1180
+ dphelper.tools.zIndex()
1179
1181
  // Gets the z-index.
1180
1182
  ```
1181
1183
 
1182
1184
  ```js
1183
- dphelper.dev.zeroToFalse(value)
1185
+ dphelper.tools.zeroToFalse(value)
1184
1186
  // Converts zero to false.
1185
1187
  ```
1186
1188