UNPKG

react-native-benchmark

Version:

React Native benchmarking library inspired by benchmark.js

3 lines (2 loc) 87 B
import { Event } from "../event"; export type ListenerFunction = (arg: Event) => void;