/var/www/greso.tech/server/nsm/node_modules/pdf-lib/cjs/utils
Edit: /var/www/greso.tech/server/nsm/node_modules/pdf-lib/cjs/utils/Cache.d.ts (308B)
declare class Cache
{
static readonly populatedBy: (populate: () => T_1) => Cache;
private readonly populate;
private value;
private constructor();
getValue(): T | undefined;
access(): T;
invalidate(): void;
}
export default Cache;
//# sourceMappingURL=Cache.d.ts.map