UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

8 lines (7 loc) 201 B
//#region src/utils/getNow.ts const getNow = () => { return typeof performance === "undefined" ? Date.now() : performance.now(); }; //#endregion export { getNow }; //# sourceMappingURL=getNow.mjs.map