mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
4 lines
186 B
TypeScript
4 lines
186 B
TypeScript
// 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 = '**********';
|