UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

6 lines (4 loc) 195 B
/* eslint-env browser */ export const measure = performance.measure.bind(performance) export const now = performance.now.bind(performance) export const mark = performance.mark.bind(performance)