r-sentinel
v0.1.4
Published
<!-- # note > Not Yet Deployed --> <!-- A method used to measure the speed of each specified function, allowing developers to identify which function is running slowly --> # r-sentinel <a href="https://github.com/shuashuaa/r-sentinel"><img src="https:
Downloads
231
Readme
r-sentinel
Installation
npm install r-sentinel@latest
Usage
use Import
import Eval from 'r-sentinel'
use Require
const Eval = require('r-sentinel');
Eval([
yourFunction1();
yourFunction2();
yourFunction3();
yourFunction4();
yourFunction5();
]);