UNPKG

react-native-benchmark

Version:

React Native benchmarking library inspired by benchmark.js

6 lines (5 loc) 158 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.now = void 0; const now = () => new Date().getTime(); exports.now = now;