Skip to content

happypdf / TypeDescriptor

Type Alias: TypeDescriptor

ts
type TypeDescriptor = 
  | "null"
  | "undefined"
  | "string"
  | "number"
  | "boolean"
  | "symbol"
  | "bigint"
  | "ArrayBufferView"
  | DateConstructor
  | ArrayConstructor
  | Uint8ArrayConstructor
  | ArrayBufferConstructor
  | FunctionConstructor
  | [Function, string];

Defined in: src/utils/validators.ts:89

MIT Licensed. A fork of pdf-lib.