UNPKG

pdf-lib

Version:

Create and modify PDF files with JavaScript

11 lines 308 B
declare class Cache<T> { static readonly populatedBy: <T_1>(populate: () => T_1) => Cache<T_1>; private readonly populate; private value; private constructor(); getValue(): T | undefined; access(): T; invalidate(): void; } export default Cache; //# sourceMappingURL=Cache.d.ts.map