feat: scaffold Astro + Tailwind project
This commit is contained in:
8
node_modules/lru-cache/dist/esm/node/perf.js
generated
vendored
Normal file
8
node_modules/lru-cache/dist/esm/node/perf.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export const defaultPerf = (typeof performance === 'object' &&
|
||||
performance &&
|
||||
typeof performance.now === 'function') ?
|
||||
/* c8 ignore start - this gets covered, but c8 gets confused */
|
||||
performance
|
||||
: /* c8 ignore stop */
|
||||
Date;
|
||||
//# sourceMappingURL=perf.js.map
|
||||
Reference in New Issue
Block a user