initial commit
This commit is contained in:
commit
27325ea5f1
2537 changed files with 328078 additions and 0 deletions
16
node_modules/pdf-lib/ts3.4/es/utils/objects.d.ts
generated
vendored
Normal file
16
node_modules/pdf-lib/ts3.4/es/utils/objects.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue