Files
sign/packages/signing/constants/byte-range.ts

4 lines
186 B
TypeScript
Raw Normal View History

2024-03-15 22:26:09 +11:00
// We use stars as a placeholder since it's easy to find and replace,
// the length of the placeholder is to support larger pdf files
export const BYTE_RANGE_PLACEHOLDER = '**********';