UNPKG

@thi.ng/checks

Version:
3 lines (2 loc) 150 B
import { isFunction } from "./is-function.js"; export const hasPerformance = () => typeof performance !== "undefined" && isFunction(performance.now);