UNPKG

150 BJavaScriptView Raw
1import { isFunction } from "./is-function.js";
2export const hasPerformance = () => typeof performance !== "undefined" && isFunction(performance.now);