UNPKG
@acromedia/sloth
Version:
latest (1.2.1)
2.0.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Resource profiler for node, utilizing child processes
github.com/AcroMedia/sloth
AcroMedia/sloth
@acromedia/sloth
/
index.ts
4 lines
(3 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
export
{
default
as
Profiler
}
from
'./src/classes/Profiler'
;
export
{
default
as
bench }
from
'./src/functions/bench'
;
export
{
default
as
benchFile }
from
'./src/functions/benchFile'
;