happypdf / ContentStreamOperand
Type Alias: ContentStreamOperand
ts
type ContentStreamOperand =
| number
| string
| NameOperand
| HexStringOperand
| LiteralStringOperand
| ContentStreamOperand[]
| {
[key: string]: ContentStreamOperand;
};Defined in: src/api/extraction/types.ts:56