UNPKG

@thi.ng/checks

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