MCPcopy Create free account
hub / github.com/meliorence/react-native-render-html / now

Function now

packages/render-html/jest/setup.ts:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4//@ts-expect-error performance does not exists at top-level
5global.performance = {
6 now() {
7 const [seconds, nano] = process.hrtime();
8 return seconds * 1000000 + nano / 1000;
9 }
10};
11
12console.warn = () => {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected