UNPKG
@thaunknown/v8-profiler-next
Version:
latest (1.10.0)
1.10.0
node bindings for the v8 profiler
github.com/hyj1991/v8-profiler-next
hyj1991/v8-profiler-next
@thaunknown/v8-profiler-next
/
scripts
/
8u.js
7 lines
(4 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
const
build =
require
(
'./build'
);
const
{ os8u } =
require
(
'./versions'
);
build
(os8u);