UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

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