UNPKG
v8-profiler-n-api
Version:
latest (1.11.0)
1.11.0
1.10.1
node bindings for the v8 profiler
github.com/rchervot/v8-profiler-n-api
rchervot/v8-profiler-n-api
v8-profiler-n-api
/
scripts
/
8u.js
7 lines
(4 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
const
build =
require
(
'./build'
);
const
{ os8u } =
require
(
'./versions'
);
build
(os8u);