Skip to content

happypdf / LiteralStringOperand

Type Alias: LiteralStringOperand

ts
type LiteralStringOperand = {
  bytes: Uint8Array;
  type: "string";
};

Defined in: src/api/extraction/types.ts:67

Properties

bytes

ts
bytes: Uint8Array;

Defined in: src/api/extraction/types.ts:67


type

ts
type: "string";

Defined in: src/api/extraction/types.ts:67

MIT Licensed. A fork of pdf-lib.