mirror of
https://github.com/danbulant/bpm
synced 2026-06-19 14:31:20 +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){
|
||||
return console.time(...args);
|
||||
}
|
||||
timeEnd(...args){
|
||||
return console.timeEnd(...args);
|
||||
}
|
||||
outputArray(arr, empty = "None") {
|
||||
if(!Array.isArray(arr))throw Error("Cannot convert non-array to array");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue