mirror of
https://github.com/danbulant/bpm
synced 2026-07-07 03:50:59 +00:00
Re-export timeEnd
This commit is contained in:
parent
1b70618de2
commit
318d3d24b2
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ class CustomConsole {
|
||||||
time(...args){
|
time(...args){
|
||||||
return console.time(...args);
|
return console.time(...args);
|
||||||
}
|
}
|
||||||
|
timeEnd(...args){
|
||||||
|
return console.timeEnd(...args);
|
||||||
|
}
|
||||||
outputArray(arr, empty = "None") {
|
outputArray(arr, empty = "None") {
|
||||||
if(!Array.isArray(arr))throw Error("Cannot convert non-array to array");
|
if(!Array.isArray(arr))throw Error("Cannot convert non-array to array");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue