mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
@@ -0,0 +1,5 @@
|
||||
const polyfill = {
|
||||
now: () => Date.now()
|
||||
}
|
||||
|
||||
export const performance = typeof window === 'object' && window.performance || polyfill
|
||||
Reference in New Issue
Block a user