Files
pdf-manager/node_modules/pdf-lib/cjs/utils/objects.d.ts
2025-05-13 12:01:17 +02:00

16 lines
469 B
TypeScript

import { FontNames } from '@pdf-lib/standard-fonts';
export declare const values: (obj: any) => any[];
export declare const StandardFontValues: any[];
export declare const isStandardFont: (input: any) => input is FontNames;
export declare const rectanglesAreEqual: (a: {
x: number;
y: number;
width: number;
height: number;
}, b: {
x: number;
y: number;
width: number;
height: number;
}) => boolean;
//# sourceMappingURL=objects.d.ts.map