UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

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)