feat: scaffold Astro + Tailwind project
This commit is contained in:
12
node_modules/lru-cache/dist/esm/perf.d.ts
generated
vendored
Normal file
12
node_modules/lru-cache/dist/esm/perf.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* this provides the default Perf object source, either the
|
||||
* `performance` global, or the `Date` constructor.
|
||||
*
|
||||
* it can be passed in via configuration to override it
|
||||
* for a single LRU object.
|
||||
*/
|
||||
export type Perf = {
|
||||
now: () => number;
|
||||
};
|
||||
export declare const defaultPerf: Perf;
|
||||
//# sourceMappingURL=perf.d.ts.map
|
||||
Reference in New Issue
Block a user