UNPKG

react-native-benchmark

Version:

React Native benchmarking library inspired by benchmark.js

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